public abstract class AbstractProjectScanner<T extends MavenProjectInfo> extends Object
| Constructor and Description |
|---|
AbstractProjectScanner() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addError(Throwable exception) |
protected void |
addProject(T mavenProjectInfo) |
abstract String |
getDescription() |
List<Throwable> |
getErrors()
Returns
List of Exception |
List<T> |
getProjects()
Returns
List of MavenProjectInfo |
abstract void |
run(org.eclipse.core.runtime.IProgressMonitor monitor) |
public List<T> getProjects()
List of MavenProjectInfoprotected void addProject(T mavenProjectInfo)
protected void addError(Throwable exception)
public abstract String getDescription()
public abstract void run(org.eclipse.core.runtime.IProgressMonitor monitor)
throws InterruptedException
InterruptedExceptionCopyright © 2005–2021 Eclipse Foundation. All rights reserved.