Interface Worker
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
- All Known Implementing Classes:
AbstractExporter,CDOGenerator,ContainerJob,DelegatingJob,EcoreGenerator,EcoreGenerator.CodeGenerationJob,EcoreGenerator.GenModelGenerationJob,EnterpriseDomainJob,GenModelSetupJob,OSGiEPackageLoader,OSGiInstaller,PDEPluginExporter
public interface Worker
extends org.eclipse.core.runtime.IAdaptable
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatuswork(org.eclipse.core.runtime.IProgressMonitor monitor) Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
-
Method Details
-
getProperties
Properties getProperties() -
work
org.eclipse.core.runtime.IStatus work(org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException - Throws:
org.eclipse.core.runtime.CoreException
-