Uses of Class
com.iizix.app.CancelException
Packages that use CancelException Package Description com.iizigo.app com.iizigo.run com.iizigo.run.impl com.iizix.app.builder Uses of CancelException in com.iizigo.app
Methods in com.iizigo.app that throw CancelException Modifier and Type Method Description protected void
EclipseApplicationDistributor. checkCanceled(java.lang.Object monitor)
Checks if the monitor is canceled.static boolean
ApplicationDistributorLauncher. launchBuild(org.eclipse.swt.widgets.Shell shell, org.eclipse.core.resources.IFile distFile)
Launches the job, or opens the configuration if there is a problem in the file.void
EclipseApplicationDistributor. loadApplicationDefinition(org.eclipse.core.resources.IFile idistFile, AppDistributionProps dist, org.eclipse.core.runtime.IProgressMonitor monitor)
Loads the application definition and all required Modules into memory in Eclipse mode.Uses of CancelException in com.iizigo.run
Methods in com.iizigo.run that throw CancelException Modifier and Type Method Description org.eclipse.core.runtime.IStatus
IRuntimeBuilder. buildRuntime(org.eclipse.core.runtime.IProgressMonitor monitor, RuntimeBuilderSettings settings, IPrintAdapter printer, boolean isVerbose)
Runs the job to create the iiziRun program.static boolean
RuntimeBuilderLauncher. launchBuild(org.eclipse.swt.widgets.Shell shell, org.eclipse.core.resources.IFile file)
Launches the job, or opens the configuration if there is a problem in the file.Uses of CancelException in com.iizigo.run.impl
Methods in com.iizigo.run.impl that throw CancelException Modifier and Type Method Description org.eclipse.core.runtime.IStatus
EclipseRuntimeBuilder. buildRuntime(org.eclipse.core.runtime.IProgressMonitor monitor, RuntimeBuilderSettings settings, IPrintAdapter printer, boolean isVerbose)
Runs the job to create the iiziRun program.Uses of CancelException in com.iizix.app.builder
Methods in com.iizix.app.builder that throw CancelException Modifier and Type Method Description protected void
ApplicationDistributor. checkCanceled(java.lang.Object monitor)
Checks if the monitor is canceled.int
ApplicationDistributor. createResourceOperations(java.lang.Object monitor)
Process all resource operations, i.e.void
ApplicationDistributor. loadApplicationDefinition(java.io.File project)
Loads the application definition and all required Modules into memory in Command Line mode.