|
Runtime | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPathmapManager2
| Method Summary | |
|---|---|
IStatus |
addFilePathVariable(java.lang.String name,
java.lang.String value,
boolean dirtyResources)
Sets the value of a path variable to a file (not a folder). |
IStatus |
addFilePathVariables(java.util.Map settings,
boolean dirtyResources)
Adds a map of file path variables (not folders). |
IStatus |
addFolderPathVariable(java.lang.String name,
java.lang.String value,
boolean dirtyResources)
Sets the value of a path variable to a folder (not a file). |
IStatus |
addFolderPathVariables(java.util.Map settings,
boolean dirtyResources)
Adds a map of folder path variables (not files). |
| Methods inherited from interface org.eclipse.gmf.runtime.emf.core.resources.IPathmapManager |
|---|
addPathVariable, getPathVariable, removePathVariable |
| Method Detail |
|---|
IStatus addFilePathVariables(java.util.Map settings,
boolean dirtyResources)
settings - A map from variables(String) to values(String).
IStatus addFilePathVariable(java.lang.String name,
java.lang.String value,
boolean dirtyResources)
name - the path variable namevalue - the path variable value pointing to a specific file (not a folder)
IStatus addFolderPathVariables(java.util.Map settings,
boolean dirtyResources)
settings - A map from variables(String) to values(String).
IStatus addFolderPathVariable(java.lang.String name,
java.lang.String value,
boolean dirtyResources)
name - the path variable namevalue - the path variable value pointing to a specific folder (not a file)
|
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.