Class PomFinder.PomInfo
java.lang.Object
org.apache.maven.shared.release.util.PomFinder.PomInfo
- Enclosing class:
PomFinder
Data container which helds information about a pom.
Information may partially be empty.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetArtifactId(String artifactId) voidsetFileName(String fileName) voidsetGroupId(String groupId) voidsetParentArtifactId(String parentArtifactId) voidsetParentGroupId(String parentGroupId)
-
Field Details
-
fileName
-
artifactId
-
groupId
-
parentArtifactId
-
parentGroupId
-
-
Constructor Details
-
PomInfo
private PomInfo()
-
-
Method Details
-
getFileName
-
setFileName
-
setArtifactId
-
setGroupId
-
setParentArtifactId
-
setParentGroupId
-
equals
-
hashCode
-