com.ibm.ftt.projects.core.logical
Class LogicalSubProjectBuildManager
java.lang.Object
com.ibm.ftt.projects.core.logical.LogicalSubProjectBuildManager
public class LogicalSubProjectBuildManager
- extends Object
|
Method Summary |
void |
build(ILogicalSubProject subProject,
int trigger,
org.eclipse.core.runtime.IProgressMonitor monitor)
Builds the specified subproject. |
static LogicalSubProjectBuildManager |
getManager()
Returns the singleton instance for this manager which should be used to
invoke the builder associated with a subproject. |
COPY_RIGHT
public static final String COPY_RIGHT
- See Also:
- Constant Field Values
LogicalSubProjectBuildManager
public LogicalSubProjectBuildManager()
getManager
public static LogicalSubProjectBuildManager getManager()
- Returns the singleton instance for this manager which should be used to
invoke the builder associated with a subproject.
- Returns:
- the
LogicalSubProjectBuildManager
build
public void build(ILogicalSubProject subProject,
int trigger,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
- Builds the specified subproject.
- Parameters:
subProject - an ILogicalSubProject to be builttrigger - the type of build. Currently only
LogicalSubProjectBuilder.FULL_BUILD is supported.monitor - an IProgressMonitor which can be used to
display the progress of the build operation
- Throws:
org.eclipse.core.runtime.CoreException