Uses of Class
org.apache.commons.configuration2.interpol.ExprLookup.Variables
Package
Description
A package with helper classes used for interpolation (variable substitution).
-
Uses of ExprLookup.Variables in org.apache.commons.configuration2.interpol
Modifier and TypeMethodDescriptionExprLookup.getVariables()
Gets the list of Variables that are accessible within expressions.Modifier and TypeMethodDescriptionvoid
ExprLookup.setVariables
(ExprLookup.Variables list) Add the Variables that will be accessible within expressions.ModifierConstructorDescriptionConstructor 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.