|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.rsl.Binding
This class represents a single variable definition in RSL (see rsl_substitution attribute)
Field Summary | |
protected String |
_name
|
protected Value |
_value
|
Constructor Summary | |
Binding(String name,
String value)
|
|
Binding(String name,
Value value)
|
Method Summary | |
Binding |
evaluate(Map symbolTable)
Evaluates the variable definition with the specified symbol table. |
String |
getName()
Returns the name of the variable. |
Value |
getValue()
Returns the variable value. |
String |
toRSL(boolean explicitConcat)
Returns a RSL representation of this variable definition. |
void |
toRSL(StringBuffer buf,
boolean explicitConcat)
Produces a RSL representation of this variable definition. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected String _name
protected Value _value
Constructor Detail |
public Binding(String name, Value value)
public Binding(String name, String value)
Method Detail |
public String getName()
public Value getValue()
public Binding evaluate(Map symbolTable) throws RslEvaluationException
symbolTable
- the symbol table to evaluate
the value against.
RslEvaluationException
- If an error occured during
rsl evaluation.public String toRSL(boolean explicitConcat)
explicitConcat
- if true explicit concatination will
be used in RSL strings.
public void toRSL(StringBuffer buf, boolean explicitConcat)
buf
- buffer to add the RSL representation to.explicitConcat
- if true explicit concatination will
be used in RSL strings.public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |