Uses of Class
org.apache.commons.configuration2.tree.DefaultExpressionEngine
Package
Description
A package with helper and utility classes used by hierarchical configurations.
-
Uses of DefaultExpressionEngine in org.apache.commons.configuration2.tree
Modifier and TypeFieldDescriptionstatic final DefaultExpressionEngine
DefaultExpressionEngine.INSTANCE
A default instance of this class that is used as expression engine for hierarchical configurations per default.Modifier and TypeMethodDescriptionDefaultConfigurationKey.getExpressionEngine()
Gets the associated default expression engine.ModifierConstructorDescriptionCreates a new instance ofDefaultConfigurationKey
and sets the associated expression engine.DefaultConfigurationKey
(DefaultExpressionEngine engine, String key) Creates a new instance ofDefaultConfigurationKey
and sets the associated expression engine and an initial key.