Uses of Class
com.iizix.app.CancelException
Packages that use CancelException
Uses of CancelException in com.iizigo.app
Methods in com.iizigo.app that throw CancelExceptionModifier and TypeMethodDescriptionprotected voidEclipseApplicationDistributor.checkCanceled(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 CancelExceptionModifier and TypeMethodDescriptionorg.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 CancelExceptionModifier and TypeMethodDescriptionorg.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 CancelExceptionModifier and TypeMethodDescriptionprotected voidApplicationDistributor.checkCanceled(Object monitor) Checks if the monitor is canceled.intApplicationDistributor.createResourceOperations(Object monitor) Process all resource operations, i.e.voidApplicationDistributor.loadApplicationDefinition(File project) Loads the application definition and all required Modules into memory in Command Line mode.