Class ExprLookup.Variable
- java.lang.Object
-
- org.apache.commons.configuration2.interpol.ExprLookup.Variable
-
- Enclosing class:
- ExprLookup
public static class ExprLookup.Variable extends Object
The key and corresponding object that will be made available to the JexlContext for use in expressions.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Object
getValue()
void
setName(String name)
void
setValue(Object value)
-
-
-
Method Detail
-
setValue
public void setValue(Object value) throws ConfigurationRuntimeException
- Throws:
ConfigurationRuntimeException
-
-