Package | Description |
---|---|
org.eclipse.core.variables |
Provides support for defining and contributing variables for the purpose of
string substitution.
|
Modifier and Type | Method and Description |
---|---|
IDynamicVariable |
IStringVariableManager.getDynamicVariable(String name)
Returns the dynamic variable with the given name or
null
if none. |
IDynamicVariable[] |
IStringVariableManager.getDynamicVariables()
Returns all registered dynamic variables.
|
Modifier and Type | Method and Description |
---|---|
String |
IDynamicVariableResolver.resolveValue(IDynamicVariable variable,
String argument)
Resolves and returns a value for the specified variable when referenced
with the given argument, possibly
null |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.