|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableSettingsSource
Defines the interface for objects that can be used as a source of variable settings. The variable settings contains variables name-value pairs. The values can be null.
Method Summary | |
---|---|
boolean |
containsVarValue(java.lang.String varName)
Returns true if a variable with the supplied name exists and has a non-null value. |
java.lang.String[] |
getVarNames()
Returns the names of all variables that are currently defined. |
java.lang.String |
getVarValue(java.lang.String varName)
Returns the value of the passed variable name. |
Method Detail |
---|
java.lang.String getVarValue(java.lang.String varName)
getVarNames()
to find out
if a variable is defined.
varName
- the name of the variable to lookup.
java.lang.String[] getVarNames()
boolean containsVarValue(java.lang.String varName)
varName
- the name of the variable to lookup.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |