public class ParentGatherer extends Object
| Constructor and Description |
|---|
ParentGatherer(IMavenProjectFacade facade) |
| Modifier and Type | Method and Description |
|---|---|
List<ParentHierarchyEntry> |
getParentHierarchy(org.eclipse.core.runtime.IProgressMonitor monitor)
Return the list of parents for a give pom
|
public ParentGatherer(IMavenProjectFacade facade)
public 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.CoreExceptionCopyright © 2005–2021 Eclipse Foundation. All rights reserved.