Class PomReader
java.lang.Object
org.apache.ivy.plugins.parser.m2.PomReader
Provides the method to read some data out of the DOM tree of a pom file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLicense[]booleanvoidsetProperty(String prop, String val) Add a property if not yet set and value is not null.
-
Constructor Details
-
PomReader
- Throws:
IOExceptionSAXException
-
-
Method Details
-
hasParent
public boolean hasParent() -
setProperty
-
getGroupId
-
getParentGroupId
-
getArtifactId
-
getParentArtifactId
-
getVersion
-
getParentVersion
-
getPackaging
-
getHomePage
-
getDescription
-
getLicenses
-
getRelocation
-
getDependencies
-
getDependencyMgt
-
getProfiles
-
getPlugins
-
getPomProperties
-