Package org.revapi.maven
Class PromotedDependency
- java.lang.Object
-
- org.revapi.maven.PromotedDependency
-
public class PromotedDependency extends Object
-
-
Constructor Summary
Constructors Constructor Description PromotedDependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactId()
String
getClassifier()
String
getGroupId()
String
getType()
String
getVersion()
boolean
matches(org.eclipse.aether.artifact.Artifact artifact)
void
setArtifactId(String artifactId)
void
setClassifier(String classifier)
void
setGroupId(String groupId)
void
setType(String type)
void
setVersion(String version)
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
-
setGroupId
public void setGroupId(String groupId)
-
getArtifactId
public String getArtifactId()
-
setArtifactId
public void setArtifactId(String artifactId)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getClassifier
public String getClassifier()
-
setClassifier
public void setClassifier(String classifier)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
matches
public boolean matches(org.eclipse.aether.artifact.Artifact artifact)
-
-