public class ParentGatherer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) IMavenProjectFacade |
projectFacade |
| Constructor and Description |
|---|
ParentGatherer(IMavenProjectFacade facade) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParentHierarchyEntry> |
getParentHierarchy(org.eclipse.core.runtime.IProgressMonitor monitor)
Return the list of parents for a give pom
|
final IMavenProjectFacade projectFacade
public ParentGatherer(IMavenProjectFacade facade)
public java.util.List<ParentHierarchyEntry> getParentHierarchy(org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
monitor - MavenProject from the given project to its ultimate parent. The first entry is the given
pom, the last one the ultimate parent.org.eclipse.core.runtime.CoreException