Uses of Class
org.apache.commons.configuration2.interpol.ExprLookup.Variables
Packages that use ExprLookup.Variables
Package
Description
A package with helper classes used for interpolation (variable substitution).
-
Uses of ExprLookup.Variables in org.apache.commons.configuration2.interpol
Fields in org.apache.commons.configuration2.interpol declared as ExprLookup.VariablesModifier and TypeFieldDescriptionprivate ExprLookup.Variables
ExprLookup.variables
The variables maintained by this object.Methods in org.apache.commons.configuration2.interpol that return ExprLookup.VariablesModifier and TypeMethodDescriptionExprLookup.getVariables()
Gets the list of Variables that are accessible within expressions.Methods in org.apache.commons.configuration2.interpol with parameters of type ExprLookup.VariablesModifier and TypeMethodDescriptionvoid
ExprLookup.setVariables
(ExprLookup.Variables list) Add the Variables that will be accessible within expressions.Constructors in org.apache.commons.configuration2.interpol with parameters of type ExprLookup.VariablesModifierConstructorDescriptionConstructor for use by applications.ExprLookup
(ExprLookup.Variables list, String prefix, String suffix) Constructor for use by applications.Creates a new instance ofVariables
and copies the content of the given object.