Class ExprLookup.Variable
- java.lang.Object
-
- org.apache.commons.configuration.interpol.ExprLookup.Variable
-
- Enclosing class:
- ExprLookup
public static class ExprLookup.Variable extends java.lang.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 java.lang.String
getName()
java.lang.Object
getValue()
void
setName(java.lang.String name)
void
setValue(java.lang.Object value)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getValue
public java.lang.Object getValue()
-
setValue
public void setValue(java.lang.Object value) throws ConfigurationRuntimeException
- Throws:
ConfigurationRuntimeException
-
-