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 TypeMethodDescriptionboolean
int
hashCode()
void
setArtifactId
(String artifactId) void
setFileName
(String fileName) void
setGroupId
(String groupId) void
setParentArtifactId
(String parentArtifactId) void
setParentGroupId
(String parentGroupId)
-
Field Details
-
fileName
-
artifactId
-
groupId
-
parentArtifactId
-
parentGroupId
-
-
Constructor Details
-
PomInfo
private PomInfo()
-
-
Method Details