public class GraniteRebuildJob extends org.eclipse.core.runtime.jobs.Job
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESET_KEY |
| Constructor and Description |
|---|
GraniteRebuildJob(org.eclipse.core.resources.IProject project) |
GraniteRebuildJob(org.eclipse.core.resources.IProject project,
boolean reset) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.core.runtime.IStatus |
run(org.eclipse.core.runtime.IProgressMonitor monitor) |
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, yieldRulepublic static final java.lang.String RESET_KEY
public GraniteRebuildJob(org.eclipse.core.resources.IProject project)
public GraniteRebuildJob(org.eclipse.core.resources.IProject project, boolean reset)
protected org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
run in class org.eclipse.core.runtime.jobs.Job