org.eclipse.xtend.typesystem.emf.ui
Class BuildJob

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.core.internal.jobs.InternalJob
          extended by org.eclipse.core.runtime.jobs.Job
              extended by org.eclipse.xtend.typesystem.emf.ui.BuildJob
All Implemented Interfaces:
java.lang.Comparable, org.eclipse.core.runtime.IAdaptable

public class BuildJob
extends org.eclipse.core.runtime.jobs.Job


Field Summary
static java.lang.String FAMILY
           
 
Fields inherited from class org.eclipse.core.runtime.jobs.Job
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING
 
Fields inherited from class org.eclipse.core.internal.jobs.InternalJob
manager
 
Constructor Summary
BuildJob(org.eclipse.core.resources.IProject project)
           
BuildJob(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.jobs.ISchedulingRule rule)
           
 
Method Summary
static java.lang.String getFamily()
           
protected  org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class org.eclipse.core.runtime.jobs.Job
addJobChangeListener, belongsTo, cancel, canceling, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule
 
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob
compareTo
 
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

FAMILY

public static final java.lang.String FAMILY
See Also:
Constant Field Values
Constructor Detail

BuildJob

public BuildJob(org.eclipse.core.resources.IProject project)

BuildJob

public BuildJob(org.eclipse.core.resources.IProject project,
                org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Method Detail

run

protected org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
Specified by:
run in class org.eclipse.core.runtime.jobs.Job

getFamily

public static java.lang.String getFamily()