public abstract class PathVariableResolver extends Object
Constructor and Description |
---|
PathVariableResolver() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getValue(String variable,
IResource resource)
Returns a variable value
|
String[] |
getVariableNames(String variable,
IResource resource)
This method can return a list of possible variables resolved by
this resolver.
|
public String[] getVariableNames(String variable, IResource resource)
This default implementation always returns null
. Subclasses
should override to provide custom extensions.
variable
- The current variable name.resource
- The resource that the variable is being resolved for.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.