Uses of Class
org.apache.commons.configuration.interpol.ExprLookup.Variables

Packages that use ExprLookup.Variables
org.apache.commons.configuration.interpol A package with helper classes used for interpolation (variable substitution). 
 

Uses of ExprLookup.Variables in org.apache.commons.configuration.interpol
 

Methods in org.apache.commons.configuration.interpol that return ExprLookup.Variables
 ExprLookup.Variables ExprLookup.getVariables()
          Returns the list of Variables that are accessible within expressions.
 

Methods in org.apache.commons.configuration.interpol with parameters of type ExprLookup.Variables
 void ExprLookup.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.Variables
ExprLookup.Variables(ExprLookup.Variables vars)
          Creates a new instance of Variables and copies the content of the given object.
ExprLookup(ExprLookup.Variables list)
          Constructor for use by applications.
ExprLookup(ExprLookup.Variables list, java.lang.String prefix, java.lang.String suffix)
          Constructor for use by applications.
 



Copyright © 2001-2013. All Rights Reserved.