Package | Description |
---|---|
org.eclipse.core.variables |
Provides support for defining and contributing variables for the purpose of
string substitution.
|
org.eclipse.debug.ui.stringsubstitution |
Provides an interface to select an argument for a string substitution variable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDynamicVariable
A dynamic variable is a variable whose value is computed dynamically
by a resolver at the time a string substitution is performed.
|
interface |
IValueVariable
A variable with a value that can be set and retrieved.
|
Modifier and Type | Method and Description |
---|---|
IStringVariable[] |
IStringVariableManager.getVariables()
Returns all registered variables.
|
Modifier and Type | Method and Description |
---|---|
String |
IStringVariableManager.getContributingPluginId(IStringVariable variable)
Returns the plug-in identifier of the plug-in that contributed the
given variable via extension or
null if the given
variable wasn't contributed via extension. |
Modifier and Type | Method and Description |
---|---|
String |
IArgumentSelector.selectArgument(IStringVariable variable,
Shell shell)
Selects and returns an argument for the given variable,
or
null if none. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.