- section(String) - Method in class jodd.props.PropsEntries
-
Enables section to iterate.
- section(String...) - Method in class jodd.props.PropsEntries
-
Enables sections to iterate.
- setActiveProfiles(String...) - Method in class jodd.props.Props
-
Sets new active profiles and overrides existing ones.
- setAppendDuplicateProps(boolean) - Method in class jodd.props.Props
-
Appends duplicate props.
- setEscapeNewLineValue(String) - Method in class jodd.props.Props
-
Specifies the new line string when EOL is escaped.
- setIgnoreMissingMacros(boolean) - Method in class jodd.props.Props
-
Ignore missing macros by replacing them with an empty string.
- setIgnorePrefixWhitespacesOnNewLine(boolean) - Method in class jodd.props.Props
-
Defines if the prefix whitespaces should be ignored when value is split into the lines.
- setMultilineValues(boolean) - Method in class jodd.props.Props
-
Enables multiline values.
- setSkipEmptyProps(boolean) - Method in class jodd.props.Props
-
Skips empty properties as they don't exist.
- setValue(String, String) - Method in class jodd.props.Props
-
Sets default value.
- setValue(String, String, String) - Method in class jodd.props.Props
-
Sets value on some profile.
- setValueTrimLeft(boolean) - Method in class jodd.props.Props
-
Specifies should the values be trimmed from the left.
- setValueTrimRight(boolean) - Method in class jodd.props.Props
-
Specifies should the values be trimmed from the right.
- skipDuplicatesByPosition() - Method in class jodd.props.PropsEntries
-
Skips all keys after first definition, even if value is set later.
- skipDuplicatesByValue() - Method in class jodd.props.PropsEntries
-
Skips duplicate keys (defined in different profiles) which value is not
used for setting current key value.
- skipEmptyProps - Variable in class jodd.props.PropsData
-
When set, empty properties will be skipped.
- skipEmptyProps - Variable in class jodd.props.PropsParser
-
Don't include empty properties.