Class PDEPluginExporter
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
org.eclipse.core.internal.resources.InternalWorkspaceJob
org.eclipse.core.resources.WorkspaceJob
org.enterprisedomain.classmaker.jobs.EnterpriseDomainJob
org.enterprisedomain.classmaker.jobs.ContainerJob
org.enterprisedomain.classmaker.jobs.export.AbstractExporter
org.enterprisedomain.classmaker.jobs.export.PDEPluginExporter
- All Implemented Interfaces:
Comparable<org.eclipse.core.internal.jobs.InternalJob>,org.eclipse.core.runtime.IAdaptable,Worker
-
Nested Class Summary
Nested classes/interfaces inherited from class org.enterprisedomain.classmaker.jobs.EnterpriseDomainJob
EnterpriseDomainJob.JobProgressProvider -
Field Summary
Fields inherited from class org.enterprisedomain.classmaker.jobs.export.AbstractExporter
EXPORT_DESTINATION_PROPFields inherited from class org.eclipse.core.runtime.jobs.Job
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.enterprisedomain.classmaker.jobs.export.AbstractExporter
getResultStageMethods inherited from class org.enterprisedomain.classmaker.jobs.ContainerJob
getBundles, getBundles, getBundlesMethods inherited from class org.enterprisedomain.classmaker.jobs.EnterpriseDomainJob
addListener, belongsTo, getAdapter, getAfterJob, getBuildKind, getContributionState, getJob, getJobs, getNextJob, getProject, getProperties, getResourceSet, getStateTimestamp, isChangeRule, isCommitState, isExclusive, joinJob, joinManualBuild, removeListener, runInWorkspace, setAfterJob, setBuildKind, setChangeRule, setCommitState, setContributionState, setExclusive, setNextJob, setProgressProvider, setProject, setResourceSet, setStateTimestampMethods inherited from class org.eclipse.core.internal.resources.InternalWorkspaceJob
runMethods inherited from class org.eclipse.core.runtime.jobs.Job
addJobChangeListener, cancel, create, create, createSystem, createSystem, done, getJobGroup, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, join, removeJobChangeListener, schedule, schedule, setJobGroup, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRuleMethods inherited from class org.eclipse.core.internal.jobs.InternalJob
compareToMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapterMethods inherited from interface org.enterprisedomain.classmaker.jobs.Worker
getProperties
-
Constructor Details
-
PDEPluginExporter
public PDEPluginExporter(int depth, long stateTimestamp)
-
-
Method Details
-
work
public org.eclipse.core.runtime.IStatus work(org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException - Specified by:
workin interfaceWorker- Specified by:
workin classEnterpriseDomainJob- Throws:
org.eclipse.core.runtime.CoreException
-
hasErrors
public boolean hasErrors(org.eclipse.core.runtime.IStatus status) - Overrides:
hasErrorsin classEnterpriseDomainJob
-
getDirtyStage
Description copied from class:EnterpriseDomainJobReturns an earliest stage that becomes dirty after execution of this job.- Specified by:
getDirtyStagein classEnterpriseDomainJob- Returns:
- dirty stage
-