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