|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objects implementing this interface are passed to
SystemCmdSubstVarList
parse a given command
string for variables defined in the substitution list.
For each match, this object is called back to retrieve
the substition value, given the variable name (including
its prefix). It will also pass back the context object
given to it. Presumably this is a currently selected object.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
String |
getSubstitutionValue(String substitutionVariable,
Object context)
Return the string to substitute for the given substitution variable, given the current context object. |
Field Detail |
public static final String copyright
Method Detail |
public String getSubstitutionValue(String substitutionVariable, Object context)
It is VERY IMPORTANT to return null if you can't do the substitution for some reason! This is a clue to the algorithm that no change was made and increases performance.
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |