Class DependencyCoordinate
java.lang.Object
org.apache.maven.plugin.compiler.DependencyCoordinate
Simple representation of Maven-coordinates of a dependency.
- Since:
- 3.4
- Author:
- Andreas Gudian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetArtifactId(String artifactId) voidsetClassifier(String classifier) voidsetExclusions(Set<DependencyExclusion> exclusions) voidsetGroupId(String groupId) voidvoidsetVersion(String version) toString()
-
Constructor Details
-
DependencyCoordinate
public DependencyCoordinate()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getVersion
-
setVersion
-
getClassifier
-
setClassifier
-
getType
-
setType
-
getExclusions
-
setExclusions
-
hashCode
-
equals
-
toString
-