Package jodd.props

Class PropsParser

java.lang.Object
jodd.props.PropsParser
All Implemented Interfaces:
Cloneable

public class PropsParser extends Object implements Cloneable
Props parser.
  • Field Details

    • PROFILE_LEFT

      protected static final String PROFILE_LEFT
      See Also:
    • PROFILE_RIGHT

      protected static final String PROFILE_RIGHT
      See Also:
    • propsData

      protected final PropsData propsData
    • escapeNewLineValue

      protected String escapeNewLineValue
      Value that will be inserted when escaping the new line.
    • valueTrimLeft

      protected boolean valueTrimLeft
      Trims left the value.
    • valueTrimRight

      protected boolean valueTrimRight
      Trims right the value.
    • ignorePrefixWhitespacesOnNewLine

      protected boolean ignorePrefixWhitespacesOnNewLine
      Defines if starting whitespaces when value is split in the new line should be ignored or not.
    • multilineValues

      protected boolean multilineValues
      Defines if multi-line values may be written using triple-quotes as in python.
    • skipEmptyProps

      protected boolean skipEmptyProps
      Don't include empty properties.
  • Constructor Details

    • PropsParser

      public PropsParser()
    • PropsParser

      public PropsParser(PropsData propsData)
  • Method Details