|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VariableResolver
This interface defines the method an object must support, if it wants to provide values associated to specific variable names.
| Method Summary | |
|---|---|
java.lang.Object |
getValue(java.lang.String varName)
Returns the value for the variable with the given name. |
boolean |
isKnownVariable(java.lang.String varName)
Returns if the variable with the given name can be resolved by the receiver. |
java.util.Set |
knownVariableNames()
Returns all variable name the resolver currently knows |
| Method Detail |
|---|
java.lang.Object getValue(java.lang.String varName)
throws UnknownVariableException
varName - The case sensitive name of the variable.
UnknownVariableException - The receiver is not knowing the variable.boolean isKnownVariable(java.lang.String varName)
varName - The case sensitive name of the variable.
java.util.Set knownVariableNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||