|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.wabit.Variables
public class Variables
A collection of static utility methods for dealing with variables.
| Constructor Summary | |
|---|---|
Variables()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
substitute(java.lang.String textWithVars,
VariableContext variableContext)
Substitutes any number of variable references in the given string, returning the resultant string with all variable references replaced by the corresponding variable values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Variables()
| Method Detail |
|---|
public static java.lang.String substitute(java.lang.String textWithVars,
VariableContext variableContext)
textWithVars - variableContext -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||