public class ParentGatherer extends Object
Constructor and Description |
---|
ParentGatherer(org.apache.maven.project.MavenProject leafProject,
IMavenProjectFacade facade) |
Modifier and Type | Method and Description |
---|---|
LinkedList<org.apache.maven.project.MavenProject> |
getParentHierarchy(org.eclipse.core.runtime.IProgressMonitor monitor)
Return the list of parents for a give pom
|
public ParentGatherer(org.apache.maven.project.MavenProject leafProject, IMavenProjectFacade facade)
public LinkedList<org.apache.maven.project.MavenProject> 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–2013 Sonatype, Inc.. All rights reserved.