public class Dependency extends Object
Constructor and Description |
---|
Dependency(String groupId,
String artifactId,
String classifier) |
Modifier and Type | Method and Description |
---|---|
static Dependency |
fromString(String str) |
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
boolean |
matchesArtifact(String groupId,
String artifactId,
String version,
String classifier)
Return true if the artifact matches the specified dependency.
|
String |
toString() |
public static Dependency fromString(String str)
public String getGroupId()
public String getArtifactId()
public String getClassifier()
public boolean matchesArtifact(String groupId, String artifactId, String version, String classifier)
Copyright © 2021. All rights reserved.