|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.remote.core.RemoteVariableManager
public class RemoteVariableManager
| Constructor Summary | |
|---|---|
RemoteVariableManager()
|
|
| Method Summary | |
|---|---|
static RemoteVariableManager |
getInstance()
|
java.lang.String |
performStringSubstitution(java.lang.String expression)
Perform a string substitution on the expression using the variables known by the platform. |
void |
setVars(java.util.Map<java.lang.String,java.lang.String> vars)
Initialize variables with values from the map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteVariableManager()
| Method Detail |
|---|
public static RemoteVariableManager getInstance()
public java.lang.String performStringSubstitution(java.lang.String expression)
expression - expression to substitute
public void setVars(java.util.Map<java.lang.String,java.lang.String> vars)
performStringSubstitution
vars -
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||