|
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 | ||||||||
java.lang.Objectorg.eclipse.hyades.test.tools.core.internal.common.codegen.DelegateProjectDependencyUpdater
public abstract class DelegateProjectDependencyUpdater
Utility dependency updater that delegates the update to a user-provided updater. Typically, a specific type provider will implement this class and use it to wrap the user-provided dependency updater. Mandatory dependencies can be registered in the constructor.
| Constructor Summary | |
|---|---|
DelegateProjectDependencyUpdater(IProjectDependencyUpdater delegate)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegateProjectDependencyUpdater(IProjectDependencyUpdater delegate)
| Method Detail |
|---|
public void addRequiredPlugin(java.lang.String pluginId,
java.lang.String jarName)
IProjectDependencyUpdater
addRequiredPlugin in interface IProjectDependencyUpdaterjarName - 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.public void addRequiredProject(org.eclipse.core.resources.IProject project)
IProjectDependencyUpdater
addRequiredProject in interface IProjectDependencyUpdaterproject - A project.
public void adjustProject(org.eclipse.core.resources.IProject project,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
IProjectDependencyUpdater
adjustProject in interface IProjectDependencyUpdaterorg.eclipse.core.runtime.CoreExceptionpublic java.util.Collection previewAdjustProject(org.eclipse.core.resources.IProject project)
IProjectDependencyUpdater
previewAdjustProject in interface IProjectDependencyUpdater
|
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 | ||||||||