Class PromotedDependency
java.lang.Object
org.revapi.maven.PromotedDependency
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()
boolean
matches
(org.eclipse.aether.artifact.Artifact artifact) void
setArtifactId
(String artifactId) void
setClassifier
(String classifier) void
setGroupId
(String groupId) void
void
setVersion
(String version)
-
Constructor Details
-
PromotedDependency
public PromotedDependency()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getType
-
setType
-
getClassifier
-
setClassifier
-
getVersion
-
setVersion
-
matches
public boolean matches(org.eclipse.aether.artifact.Artifact artifact)
-