Uses of Class
org.apache.commons.configuration2.interpol.DefaultLookups
-
Packages that use DefaultLookups Package Description org.apache.commons.configuration2.interpol A package with helper classes used for interpolation (variable substitution). -
-
Uses of DefaultLookups in org.apache.commons.configuration2.interpol
Methods in org.apache.commons.configuration2.interpol that return DefaultLookups Modifier and Type Method Description static DefaultLookups
DefaultLookups. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultLookups[]
DefaultLookups. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.configuration2.interpol with parameters of type DefaultLookups Modifier and Type Method Description private static void
ConfigurationInterpolator.DefaultPrefixLookupsHolder. addLookup(DefaultLookups lookup, java.util.Map<java.lang.String,Lookup> map)
Add the prefix and lookup fromlookup
tomap
.
-