|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPathmapManager
Specification of an object that manages URI mappings (path variables) for
the pathmap
URI scheme on an editing domain's resource set.
Method Summary | |
---|---|
IStatus |
addPathVariable(java.lang.String name,
java.lang.String value)
Set the value of a path variable. |
java.lang.String |
getPathVariable(java.lang.String name)
Queries the current value of a path variable. |
IStatus |
removePathVariable(java.lang.String name)
Removes a path variable and its value. |
Method Detail |
---|
IStatus addPathVariable(java.lang.String name, java.lang.String value)
name
- the path variable namevalue
- the path variable value (a file URI)
IStatus removePathVariable(java.lang.String name)
name
- the path variable name
java.lang.String getPathVariable(java.lang.String name)
name
- the path variable name
|
Runtime | |||||||||
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., Borland Software Corp., and others 2005,2006. All rights reserved.