public class PomDependency extends Object
| Constructor and Description |
|---|
PomDependency(String groupId,
String artifactId,
String version) |
PomDependency(String groupId,
String artifactId,
String classifier,
String version,
String scope,
String optional,
String os,
String arch,
String type,
PomId[] exclusions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArch() |
String |
getArtifactId() |
String |
getClassifier() |
PomId[] |
getExclusions() |
String |
getGroupId() |
String |
getOptional() |
String |
getOs() |
String |
getScope() |
String |
getType() |
String |
getVersion() |
int |
hashCode() |
void |
setArch(String arch) |
PomDependency |
setArtifactId(String artifactId) |
PomDependency |
setClassifier(String classifier) |
PomDependency |
setExclusions(PomId[] exclusions) |
PomDependency |
setGroupId(String groupId) |
PomDependency |
setOptional(String optional) |
void |
setOs(String os) |
PomDependency |
setScope(String scope) |
void |
setType(String type) |
PomDependency |
setVersion(String version) |
String |
toString() |
public String getType()
public String getClassifier()
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getScope()
public String getOptional()
public PomId[] getExclusions()
public PomDependency setClassifier(String classifier)
public PomDependency setGroupId(String groupId)
public PomDependency setArtifactId(String artifactId)
public PomDependency setVersion(String version)
public PomDependency setScope(String scope)
public PomDependency setOptional(String optional)
public PomDependency setExclusions(PomId[] exclusions)
public String getOs()
public void setOs(String os)
public void setType(String type)
public String getArch()
public void setArch(String arch)
Copyright © 2022 vpc open source initiative. All rights reserved.