|
TPTP 4.5.0 Testing Tools Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IProjectDependencyUpdater
Updates a project dependencies (usually for the purpose of updating the classpath
available to this project). Implementations should not perform any modification until
adjustProject(IProject, IProgressMonitor) is called.
| Method Summary | |
|---|---|
void |
addRequiredPlugin(java.lang.String pluginId,
java.lang.String jarName)
Add to the project dependencies the specified plugin. |
void |
addRequiredProject(org.eclipse.core.resources.IProject project)
Add to the project dependencies the specified project. |
void |
adjustProject(org.eclipse.core.resources.IProject project,
org.eclipse.core.runtime.IProgressMonitor monitor)
Performs the actual change to the specified project. |
java.util.Collection |
previewAdjustProject(org.eclipse.core.resources.IProject project)
Determines which changes the call to adjustProject would make. |
| Method Detail |
|---|
void addRequiredPlugin(java.lang.String pluginId,
java.lang.String jarName)
pluginName - The name of the required plugin.jarName - An optional jar name. This parameter may be used as a hint
by some implementations. null is valid and means that the complete
libraries of the specified plugin should be taken into account.void addRequiredProject(org.eclipse.core.resources.IProject project)
project - A project.
void adjustProject(org.eclipse.core.resources.IProject project,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
project - monitor -
org.eclipse.core.runtime.CoreExceptionjava.util.Collection previewAdjustProject(org.eclipse.core.resources.IProject project)
project -
|
TPTP 4.5.0 Testing Tools Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||