public interface IDynamicVariableResolver
Clients contributing a dynamic variable are intended to provide an implementation of this interface.
| Modifier and Type | Method and Description |
|---|---|
String |
resolveValue(IDynamicVariable variable,
String argument)
Resolves and returns a value for the specified variable when referenced
with the given argument, possibly
null |
String resolveValue(IDynamicVariable variable, String argument) throws CoreException
nullvariable - variable to resolve a value forargument - argument present in expression or null if nonenullCoreException - if unable to resolve a value for the given variable
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.