Uses of Class
jodd.props.PropsParser.Operator
-
-
Uses of PropsParser.Operator in jodd.props
Methods in jodd.props that return PropsParser.Operator Modifier and Type Method Description static PropsParser.OperatorPropsParser.Operator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PropsParser.Operator[]PropsParser.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jodd.props with parameters of type PropsParser.Operator Modifier and Type Method Description protected voidPropsParser. add(java.lang.String section, java.lang.String key, java.lang.StringBuilder value, boolean trim, PropsParser.Operator operator)Adds accumulated value to key and current section.protected voidPropsParser. extractProfilesAndAdd(java.lang.String key, java.lang.String value, PropsParser.Operator operator)Extracts profiles from the key name and adds key-value to them.protected voidPropsParser. justAdd(java.lang.String key, java.lang.String value, java.util.ArrayList<java.lang.String> keyProfiles, PropsParser.Operator operator)Core key-value addition.
-