| Package | Description | 
|---|---|
| org.apache.commons.configuration2.interpol | 
 
 A package with helper classes used for interpolation (variable substitution). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExprLookup.Variables | 
ExprLookup.getVariables()
Returns the list of Variables that are accessible within expressions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExprLookup.setVariables(ExprLookup.Variables list)
Add the Variables that will be accessible within expressions. 
 | 
| Constructor and Description | 
|---|
ExprLookup(ExprLookup.Variables list)
Constructor for use by applications. 
 | 
ExprLookup(ExprLookup.Variables list,
          String prefix,
          String suffix)
Constructor for use by applications. 
 | 
Variables(ExprLookup.Variables vars)
Creates a new instance of  
Variables and copies the content of
 the given object. | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.