org.eclipse.tigerstripe.workbench.project
Interface IProjectDependencyDelta


public interface IProjectDependencyDelta

Details for a change in project dependencies

Author:
erdillon

Field Summary
static int PROJECT_DEPENDENCY_ADDED
           
static int PROJECT_DEPENDENCY_REMOVED
           
static int PROJECT_REFERENCE_ADDED
           
static int PROJECT_REFERENCE_REMOVED
           
 
Method Summary
 int getKind()
          The kind of change
 IPath getPath()
          The path to the project/dependency that was added/removed
 ITigerstripeModelProject getProject()
           
 

Field Detail

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
Method Detail

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: