Package | Description |
---|---|
org.eclipse.core.variables |
Provides support for defining and contributing variables for the purpose of
string substitution.
|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
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 |
Modifier and Type | Method and Description |
---|---|
boolean |
StringVariableSelectionDialog.VariableFilter.isFiltered(IDynamicVariable var)
Returns whether the given variable should be filtered.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.