|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
extending the IQueryContext with the POM. All the returned objects are intented for short-term use and shall not be modified from outside.
| Method Summary | |
org.apache.maven.project.Project |
getFinalProject()
the merged result of the project.xml POM and all it's precedessors. |
int |
getProjectDepth()
counts project.xml files in the pom extension chain. |
java.io.File[] |
getProjectFiles()
Separated File locations of all the POM files in the succession row. |
org.apache.maven.project.Project[] |
getProjectLayers()
Separated project instances for each of files in the row. |
org.jdom.Element[] |
getRootElementLayers()
content of the JDOM trees describing the POM, split into the layers (extends) |
org.jdom.Element |
getRootProjectElement()
merged content of the JDOM tree describing the POM. |
| Method Detail |
public org.apache.maven.project.Project getFinalProject()
public org.apache.maven.project.Project[] getProjectLayers()
public int getProjectDepth()
public java.io.File[] getProjectFiles()
public org.jdom.Element getRootProjectElement()
public org.jdom.Element[] getRootElementLayers()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||