|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableExpander
An Interface describing a class capable of expanding strings which may contain variable references. The exact syntax of the "reference", and the mechanism for determining the corresponding value to be used is up to the concrete implementation.
Method Summary | |
---|---|
String |
expand(String param)
Return the input string with any variables replaced by their corresponding value. |
Method Detail |
---|
String expand(String param)
param
- the string containing variables to be replaced.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |