public class BuildAllProjectsAction
extends Action
Action that builds all projects on Workspace.
Constructor and Description |
---|
BuildAllProjectsAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildAllProjects(IProgressMonitor monitor)
Build all projects in the workspace
|
void |
run()
Run the action
|
void |
run(java.lang.String[] params,
ICheatSheetManager manager)
Execution of the action
|
protected void |
runWithProgress(IRunnableWithProgress runnable)
Run with progress
|
public void run(java.lang.String[] params, ICheatSheetManager manager)
params
- Array of parametersmanager
- Cheatsheet Managerpublic void run()
protected void runWithProgress(IRunnableWithProgress runnable) throws java.lang.reflect.InvocationTargetException, java.lang.InterruptedException
runnable
- java.lang.reflect.InvocationTargetException
java.lang.InterruptedException
protected void buildAllProjects(IProgressMonitor monitor) throws CoreException
monitor
- Monitoring the actionCoreException