- getActiveProfiles() - Method in class jodd.props.Props
-
Returns active profiles or null if none defined.
- getAllProfiles() - Method in class jodd.props.Props
-
Returns all profiles names.
- getBaseProperty(String) - Method in class jodd.props.PropsData
-
Returns base property or null if it doesn't exist.
- getBaseValue(String) - Method in class jodd.props.Props
-
Returns string value of base property.
- getBooleanValue(String) - Method in class jodd.props.Props
-
Returns boolean value of given property or null if property not found.
- getBooleanValue(String, Boolean) - Method in class jodd.props.Props
-
Returns boolean value or default one if property not defined.
- getBooleanValue(String, String...) - Method in class jodd.props.Props
-
- getBooleanValue(String, Boolean, String...) - Method in class jodd.props.Props
-
- getDoubleValue(String) - Method in class jodd.props.Props
-
Returns double value of given property or null if property not found.
- getDoubleValue(String, Double) - Method in class jodd.props.Props
-
Returns double value or default one if property not defined.
- getDoubleValue(String, String...) - Method in class jodd.props.Props
-
- getDoubleValue(String, Double, String...) - Method in class jodd.props.Props
-
- getIntegerValue(String) - Method in class jodd.props.Props
-
Returns integer value of given property or null if property not found.
- getIntegerValue(String, Integer) - Method in class jodd.props.Props
-
Returns integer value or default one if property not defined.
- getIntegerValue(String, String...) - Method in class jodd.props.Props
-
- getIntegerValue(String, Integer, String...) - Method in class jodd.props.Props
-
- getKey() - Method in class jodd.props.PropsEntry
-
Returns property key.
- getLongValue(String) - Method in class jodd.props.Props
-
Returns long value of given property or null if property not found.
- getLongValue(String, Long) - Method in class jodd.props.Props
-
Returns long value or default one if property not defined.
- getLongValue(String, String...) - Method in class jodd.props.Props
-
- getLongValue(String, Long, String...) - Method in class jodd.props.Props
-
- getProfile() - Method in class jodd.props.PropsEntry
-
Returns property profile or null if this is a base property.
- getProfileProperty(String, String) - Method in class jodd.props.PropsData
-
Returns profile property.
- getProfilesFor(String) - Method in class jodd.props.Props
-
Returns all the profiles that define certain prop's key name.
- getPropsData() - Method in class jodd.props.PropsParser
-
- getValue(String) - Method in class jodd.props.Props
-
Returns value of property, using active profiles, or null if property not found.
- getValue(String, String...) - Method in class jodd.props.Props
-
Returns string value of given profiles.
- getValue() - Method in class jodd.props.PropsEntry
-
Returns the raw value.
- getValue(String...) - Method in class jodd.props.PropsEntry
-
Returns the property value, with replaced macros.
- getValueOrDefault(String, String) - Method in class jodd.props.Props
-
Returns value of property, using active profiles or default value if not found.
- 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.