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
null
variable
- variable to resolve a value forargument
- argument present in expression or null
if nonenull
CoreException
- if unable to resolve a value for the given variable
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.