Uses of Enum Class
jodd.props.PropsParser.Operator
-
Uses of PropsParser.Operator in jodd.props
Subclasses with type arguments of type PropsParser.Operator in jodd.propsModifier and TypeClassDescriptionprotected static enumDifferent assignment operators.Methods in jodd.props that return PropsParser.OperatorModifier and TypeMethodDescriptionstatic PropsParser.OperatorReturns the enum constant of this class with the specified name.static PropsParser.Operator[]PropsParser.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jodd.props with parameters of type PropsParser.OperatorModifier and TypeMethodDescriptionprotected voidPropsParser.add(String section, String key, StringBuilder value, boolean trim, PropsParser.Operator operator) Adds accumulated value to key and current section.protected voidPropsParser.extractProfilesAndAdd(String key, String value, PropsParser.Operator operator) Extracts profiles from the key name and adds key-value to them.protected voidPropsParser.justAdd(String key, String value, ArrayList<String> keyProfiles, PropsParser.Operator operator) Core key-value addition.