| java.lang.Object org.apache.ivy.plugins.parser.m2.PomReader
PomReader | public class PomReader (Code) | | Provides the method to read some data out of the DOM tree of a pom
file.
|
Inner Class :public class PomDependencyMgt | |
Inner Class :public class PomDependencyData extends PomDependencyMgt | |
getDependencies | public List getDependencies()(Code) | | |
getDependencyMgt | public List getDependencyMgt()(Code) | | |
getParentArtifactId | public String getParentArtifactId()(Code) | | |
getPomProperties | public Map getPomProperties()(Code) | | the content of the properties tag into the pom. |
hasParent | public boolean hasParent()(Code) | | |
setProperty | public void setProperty(String prop, String val)(Code) | | Add a property if not yet set and value is not null.
This garantee that property keep the first value that is put on it and that the properties
are never null.
|
|
|