Uses of Class
org.apache.commons.configuration.tree.DefaultExpressionEngine
Packages that use DefaultExpressionEngine
-
Uses of DefaultExpressionEngine in org.apache.commons.configuration.tree
Methods in org.apache.commons.configuration.tree that return DefaultExpressionEngineModifier and TypeMethodDescriptionDefaultConfigurationKey.getExpressionEngine()Returns the associated default expression engine.Methods in org.apache.commons.configuration.tree with parameters of type DefaultExpressionEngineModifier and TypeMethodDescriptionvoidDefaultConfigurationKey.setExpressionEngine(DefaultExpressionEngine expressionEngine) Sets the associated expression engine.Constructors in org.apache.commons.configuration.tree with parameters of type DefaultExpressionEngineModifierConstructorDescriptionCreates a new instance ofDefaultConfigurationKeyand sets the associated expression engine.DefaultConfigurationKey(DefaultExpressionEngine engine, String key) Creates a new instance ofDefaultConfigurationKeyand sets the associated expression engine and an initial key.