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