public abstract class MavenProjectCheckoutJob
extends org.eclipse.core.resources.WorkspaceJob
Constructor and Description |
---|
MavenProjectCheckoutJob(ProjectImportConfiguration importConfiguration,
boolean checkoutAllProjects,
List<org.eclipse.ui.IWorkingSet> workingSets) |
Modifier and Type | Method and Description |
---|---|
protected abstract Collection<MavenProjectScmInfo> |
getProjects(org.eclipse.core.runtime.IProgressMonitor monitor) |
org.eclipse.core.runtime.IStatus |
runInWorkspace(org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
setLocation(File location) |
addJobChangeListener, belongsTo, cancel, canceling, create, 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
public MavenProjectCheckoutJob(ProjectImportConfiguration importConfiguration, boolean checkoutAllProjects, List<org.eclipse.ui.IWorkingSet> workingSets)
public void setLocation(File location)
protected abstract Collection<MavenProjectScmInfo> getProjects(org.eclipse.core.runtime.IProgressMonitor monitor) throws InterruptedException
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
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.