public class ParentHierarchyEntry extends Object
| Modifier and Type | Method and Description |
|---|---|
IMavenProjectFacade |
getFacade()
Returns IMavenProjectFacade that corresponds to this parent hierarchy entry.
|
File |
getFile()
Returns pom.xml file this parent hierarchy entry was read from.
|
org.apache.maven.project.MavenProject |
getProject()
Returns MavenProject of this parent hierarchy entry.
|
org.eclipse.core.resources.IFile |
getResource()
Returns IFile this parent hierarchy entry was read from.
|
public org.apache.maven.project.MavenProject getProject()
null.public File getFile()
getProject().getFile(). Never
null.public IMavenProjectFacade getFacade()
null if the entry was
resolved from a Maven repository and not from Eclipse workspace project.public org.eclipse.core.resources.IFile getResource()
null if the entry was resolved from a
Maven repository and not from Eclipse workspace project.Copyright © 2005–2021 Eclipse Foundation. All rights reserved.