Uses of Enum
org.apache.commons.configuration2.interpol.DefaultLookups
Packages that use DefaultLookups
Package
Description
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 DefaultLookupsModifier and TypeMethodDescriptionstatic DefaultLookups
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 DefaultLookupsModifier and TypeMethodDescriptionprivate static void
ConfigurationInterpolator.DefaultPrefixLookupsHolder.addLookup
(DefaultLookups lookup, Map<String, Lookup> map) Add the prefix and lookup fromlookup
tomap
.