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 MavenProjectInfo
protected 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
InterruptedException
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.