org.eclipse.tigerstripe.workbench.project
Interface IProjectDependencyDelta
public interface IProjectDependencyDelta
Details for a change in project dependencies
- Author:
- erdillon
PROJECT_REFERENCE_ADDED
static final int PROJECT_REFERENCE_ADDED
- See Also:
- Constant Field Values
PROJECT_REFERENCE_REMOVED
static final int PROJECT_REFERENCE_REMOVED
- See Also:
- Constant Field Values
PROJECT_DEPENDENCY_ADDED
static final int PROJECT_DEPENDENCY_ADDED
- See Also:
- Constant Field Values
PROJECT_DEPENDENCY_REMOVED
static final int PROJECT_DEPENDENCY_REMOVED
- See Also:
- Constant Field Values
getProject
ITigerstripeModelProject getProject()
getKind
int getKind()
- The kind of change
- Returns:
getPath
IPath getPath()
- The path to the project/dependency that was added/removed
- Returns: