public abstract class MavenProjectCheckoutJob
extends org.eclipse.core.resources.WorkspaceJob
Modifier and Type | Class and Description |
---|---|
(package private) class |
MavenProjectCheckoutJob.CheckoutJobChangeListener
Checkout job listener
|
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
checkoutAllProjects |
(package private) java.util.List<java.lang.String> |
collectedLocations |
(package private) ProjectImportConfiguration |
configuration |
(package private) java.io.File |
location |
private static org.slf4j.Logger |
log |
(package private) java.util.Collection<MavenProjectInfo> |
projects |
(package private) java.util.List<org.eclipse.ui.IWorkingSet> |
workingSets |
Constructor and Description |
---|
MavenProjectCheckoutJob(ProjectImportConfiguration importConfiguration,
boolean checkoutAllProjects,
java.util.List<org.eclipse.ui.IWorkingSet> workingSets) |
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.Collection<MavenProjectScmInfo> |
getProjects(org.eclipse.core.runtime.IProgressMonitor monitor) |
org.eclipse.core.runtime.IStatus |
runInWorkspace(org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
setLocation(java.io.File location) |
addJobChangeListener, belongsTo, cancel, canceling, create, create, createSystem, 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, yieldRule
private static final org.slf4j.Logger log
final ProjectImportConfiguration configuration
boolean checkoutAllProjects
java.util.Collection<MavenProjectInfo> projects
java.io.File location
java.util.List<java.lang.String> collectedLocations
final java.util.List<org.eclipse.ui.IWorkingSet> workingSets
public MavenProjectCheckoutJob(ProjectImportConfiguration importConfiguration, boolean checkoutAllProjects, java.util.List<org.eclipse.ui.IWorkingSet> workingSets)
public void setLocation(java.io.File location)
protected abstract java.util.Collection<MavenProjectScmInfo> getProjects(org.eclipse.core.runtime.IProgressMonitor monitor) throws java.lang.InterruptedException
java.lang.InterruptedException
public org.eclipse.core.runtime.IStatus runInWorkspace(org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
runInWorkspace
in class org.eclipse.core.resources.WorkspaceJob
org.eclipse.core.runtime.CoreException