Package com.iizigo.run
Class RuntimeBuilderLauncher
java.lang.Object
com.iizigo.run.RuntimeBuilderLauncher
- All Implemented Interfaces:
- IEditorLauncher
Launches the iiziRun Builder with a file name.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static boolean- launchBuild- (Shell shell, IFile file) Launches the job, or opens the configuration if there is a problem in the file.- voidOpen the file.
- Constructor Details- RuntimeBuilderLauncherpublic RuntimeBuilderLauncher()Default constructor.
 
- Method Details- openOpen the file.- Specified by:
- openin interface- IEditorLauncher
 
- launchBuildLaunches the job, or opens the configuration if there is a problem in the file.- Parameters:
- shell- A shell.
- file- The iiziRun Builder configuration file ".iiziRun" in a Module project.
- Returns:
- true for success, false if configuration was opened.
- Throws:
- CancelException- If the file name is not ".iiziRun" or it's not a Module project.