Uses of Class
org.apache.commons.configuration.tree.DefaultExpressionEngine
-
Packages that use DefaultExpressionEngine Package Description org.apache.commons.configuration.tree -
-
Uses of DefaultExpressionEngine in org.apache.commons.configuration.tree
Methods in org.apache.commons.configuration.tree that return DefaultExpressionEngine Modifier and Type Method Description DefaultExpressionEngine
DefaultConfigurationKey. getExpressionEngine()
Returns the associated default expression engine.Methods in org.apache.commons.configuration.tree with parameters of type DefaultExpressionEngine Modifier and Type Method Description void
DefaultConfigurationKey. setExpressionEngine(DefaultExpressionEngine expressionEngine)
Sets the associated expression engine.Constructors in org.apache.commons.configuration.tree with parameters of type DefaultExpressionEngine Constructor Description DefaultConfigurationKey(DefaultExpressionEngine engine)
Creates a new instance ofDefaultConfigurationKey
and sets the associated expression engine.DefaultConfigurationKey(DefaultExpressionEngine engine, java.lang.String key)
Creates a new instance ofDefaultConfigurationKey
and sets the associated expression engine and an initial key.
-