|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Resolves the value for a dynamic variable. A dynamic variable extension contributes a resolver which must implement this interface.
Method Summary | |
String |
resolveValue(IDynamicVariable variable,
String argument)
Resolves and returns a value for the specified variable when referenced with the given argument, possibly null |
Method Detail |
public String resolveValue(IDynamicVariable variable, String argument) throws CoreException
null
variable
- variable to resolve a value forargument
- argument present in expression or null
if none
null
CoreException
- if unable to resolve a value for the given variable
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.