Uses of Class
org.apache.commons.configuration2.interpol.DummyLookup
-
Packages that use DummyLookup Package Description org.apache.commons.configuration2.interpol A package with helper classes used for interpolation (variable substitution). -
-
Uses of DummyLookup in org.apache.commons.configuration2.interpol
Methods in org.apache.commons.configuration2.interpol that return DummyLookup Modifier and Type Method Description static DummyLookup
DummyLookup. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DummyLookup[]
DummyLookup. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-