public class Dependency extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
artifactId |
private String |
classifier |
private String |
groupId |
private String |
scope |
private String |
type |
private String |
version |
Constructor and Description |
---|
Dependency() |
Dependency(String groupId,
String artifactId,
String version,
String classifier,
String type,
String scope) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
String |
getScope() |
String |
getType() |
String |
getVersion() |
int |
hashCode() |
void |
setArtifactId(String artifactId) |
void |
setClassifier(String classifier) |
void |
setGroupId(String groupId) |
void |
setScope(String scope) |
void |
setType(String type) |
void |
setVersion(String version) |
String |
toString() |
private String artifactId
private String classifier
public Dependency()
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
public String getClassifier()
public void setClassifier(String classifier)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.