Class PomDependency
java.lang.Object
net.thevpc.common.mvn.PomDependency
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanPomId[]getScope()inthashCode()setArtifactId(String artifactId) setClassifier(String classifier) setExclusions(PomId[] exclusions) setGroupId(String groupId) setOptional(String optional) setVersion(String version) toString()
-
Constructor Details
-
PomDependency
-
PomDependency
-
-
Method Details
-
getClassifier
-
getGroupId
-
getArtifactId
-
getVersion
-
getScope
-
getOptional
-
getExclusions
-
setClassifier
-
setGroupId
-
setArtifactId
-
setVersion
-
setScope
-
setOptional
-
setExclusions
-
equals
-
hashCode
-
toString
-