Uses of Class
org.apache.commons.configuration.interpol.ExprLookup.Variables
Packages that use ExprLookup.Variables
-
Uses of ExprLookup.Variables in org.apache.commons.configuration.interpol
Methods in org.apache.commons.configuration.interpol that return ExprLookup.VariablesModifier and TypeMethodDescriptionExprLookup.getVariables()Returns the list of Variables that are accessible within expressions.Methods in org.apache.commons.configuration.interpol with parameters of type ExprLookup.VariablesModifier and TypeMethodDescriptionvoidExprLookup.setVariables(ExprLookup.Variables list) Add the Variables that will be accessible within expressions.Constructors in org.apache.commons.configuration.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 ofVariablesand copies the content of the given object.