public abstract class PathVariableResolver
extends java.lang.Object
| Constructor and Description |
|---|
PathVariableResolver() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getValue(java.lang.String variable,
IResource resource)
Returns a variable value
|
java.lang.String[] |
getVariableNames(java.lang.String variable,
IResource resource)
This method can return a list of possible variables resolved by
this resolver.
|
public java.lang.String[] getVariableNames(java.lang.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.public abstract java.lang.String getValue(java.lang.String variable,
IResource resource)
variable - The current variable name.resource - The resource that the variable is being resolved for.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.