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 voidEclipseApplicationDistributor. checkCanceled(java.lang.Object monitor)Checks if the monitor is canceled.static booleanApplicationDistributorLauncher. 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.voidEclipseApplicationDistributor. 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.IStatusIRuntimeBuilder. buildRuntime(org.eclipse.core.runtime.IProgressMonitor monitor, RuntimeBuilderSettings settings, IPrintAdapter printer, boolean isVerbose)Runs the job to create the iiziRun program.static booleanRuntimeBuilderLauncher. 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.IStatusEclipseRuntimeBuilder. 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 voidApplicationDistributor. checkCanceled(java.lang.Object monitor)Checks if the monitor is canceled.intApplicationDistributor. createResourceOperations(java.lang.Object monitor)Process all resource operations, i.e.voidApplicationDistributor. loadApplicationDefinition(java.io.File project)Loads the application definition and all required Modules into memory in Command Line mode.