Uses of Class
org.apache.commons.configuration.tree.DefaultExpressionEngine

Packages that use DefaultExpressionEngine
org.apache.commons.configuration The Configuration main package. 
org.apache.commons.configuration.tree A package with helper and utility classes used by hierarchical configurations. 
 

Uses of DefaultExpressionEngine in org.apache.commons.configuration
 

Fields in org.apache.commons.configuration declared as DefaultExpressionEngine
private static DefaultExpressionEngine CombinedConfiguration.AT_ENGINE
          Constant for the expression engine for parsing the at path.
 

Uses of DefaultExpressionEngine in org.apache.commons.configuration.tree
 

Fields in org.apache.commons.configuration.tree declared as DefaultExpressionEngine
private  DefaultExpressionEngine DefaultConfigurationKey.expressionEngine
          Stores a reference to the associated expression engine.
 

Methods in org.apache.commons.configuration.tree that return DefaultExpressionEngine
 DefaultExpressionEngine DefaultConfigurationKey.getExpressionEngine()
          Returns the associated default expression engine.
 

Methods in org.apache.commons.configuration.tree with parameters of type DefaultExpressionEngine
 void DefaultConfigurationKey.setExpressionEngine(DefaultExpressionEngine expressionEngine)
          Sets the associated expression engine.
 

Constructors in org.apache.commons.configuration.tree with parameters of type DefaultExpressionEngine
DefaultConfigurationKey(DefaultExpressionEngine engine)
          Creates a new instance of DefaultConfigurationKey and sets the associated expression engine.
DefaultConfigurationKey(DefaultExpressionEngine engine, java.lang.String key)
          Creates a new instance of DefaultConfigurationKey and sets the associated expression engine and an initial key.