Uses of Class
com.iizix.app.CancelException
Uses of CancelException in com.iizigo.app
Modifier and TypeMethodDescriptionprotected void
EclipseApplicationDistributor.checkCanceled
(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
Modifier and TypeMethodDescriptionorg.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
Modifier and TypeMethodDescriptionorg.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
Modifier and TypeMethodDescriptionprotected void
ApplicationDistributor.checkCanceled
(Object monitor) Checks if the monitor is canceled.int
ApplicationDistributor.createResourceOperations
(Object monitor) Process all resource operations, i.e.void
ApplicationDistributor.loadApplicationDefinition
(File project) Loads the application definition and all required Modules into memory in Command Line mode.