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