public class DefaultNutsDependency extends Object implements net.thevpc.nuts.NutsDependency
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
DefaultNutsDependency(String repository,
String groupId,
String artifactId,
String classifier,
net.thevpc.nuts.NutsVersion version,
String scope,
String optional,
net.thevpc.nuts.NutsId[] exclusions,
String os,
String arch,
String type,
Map<String,String> properties,
net.thevpc.nuts.NutsSession ws) |
DefaultNutsDependency(String repository,
String groupId,
String artifactId,
String classifier,
net.thevpc.nuts.NutsVersion version,
String scope,
String optional,
net.thevpc.nuts.NutsId[] exclusions,
String os,
String arch,
String type,
String properties,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsDependencyBuilder |
builder() |
net.thevpc.nuts.NutsDependencyFormat |
formatter() |
String |
getArch() |
String |
getArtifactId() |
String |
getClassifier() |
net.thevpc.nuts.NutsId[] |
getExclusions() |
String |
getFullName() |
String |
getGroupId() |
String |
getLongName() |
String |
getOptional() |
String |
getOs() |
Map<String,String> |
getProperties() |
String |
getPropertiesQuery() |
String |
getRepository() |
String |
getScope() |
String |
getSimpleName() |
String |
getType() |
net.thevpc.nuts.NutsVersion |
getVersion() |
boolean |
isOptional() |
net.thevpc.nuts.NutsId |
toId() |
String |
toString() |
public static final long serialVersionUID
public DefaultNutsDependency(String repository, String groupId, String artifactId, String classifier, net.thevpc.nuts.NutsVersion version, String scope, String optional, net.thevpc.nuts.NutsId[] exclusions, String os, String arch, String type, Map<String,String> properties, net.thevpc.nuts.NutsSession ws)
public DefaultNutsDependency(String repository, String groupId, String artifactId, String classifier, net.thevpc.nuts.NutsVersion version, String scope, String optional, net.thevpc.nuts.NutsId[] exclusions, String os, String arch, String type, String properties, net.thevpc.nuts.NutsSession session)
public String getClassifier()
getClassifier in interface net.thevpc.nuts.NutsDependencypublic boolean isOptional()
isOptional in interface net.thevpc.nuts.NutsDependencypublic String getOptional()
getOptional in interface net.thevpc.nuts.NutsDependencypublic String getScope()
getScope in interface net.thevpc.nuts.NutsDependencypublic String getType()
getType in interface net.thevpc.nuts.NutsDependencypublic net.thevpc.nuts.NutsId toId()
toId in interface net.thevpc.nuts.NutsDependencypublic String getOs()
getOs in interface net.thevpc.nuts.NutsDependencypublic String getArch()
getArch in interface net.thevpc.nuts.NutsDependencypublic String getRepository()
getRepository in interface net.thevpc.nuts.NutsDependencypublic String getGroupId()
getGroupId in interface net.thevpc.nuts.NutsDependencypublic String getArtifactId()
getArtifactId in interface net.thevpc.nuts.NutsDependencypublic String getSimpleName()
getSimpleName in interface net.thevpc.nuts.NutsDependencypublic String getLongName()
getLongName in interface net.thevpc.nuts.NutsDependencypublic String getFullName()
getFullName in interface net.thevpc.nuts.NutsDependencypublic net.thevpc.nuts.NutsVersion getVersion()
getVersion in interface net.thevpc.nuts.NutsDependencypublic net.thevpc.nuts.NutsId[] getExclusions()
getExclusions in interface net.thevpc.nuts.NutsDependencypublic net.thevpc.nuts.NutsDependencyBuilder builder()
builder in interface net.thevpc.nuts.NutsDependencypublic String getPropertiesQuery()
getPropertiesQuery in interface net.thevpc.nuts.NutsDependencypublic Map<String,String> getProperties()
getProperties in interface net.thevpc.nuts.NutsDependencypublic net.thevpc.nuts.NutsDependencyFormat formatter()
formatter in interface net.thevpc.nuts.NutsDependencyformatter in interface net.thevpc.nuts.NutsFormattableCopyright © 2021 vpc open source initiative. All rights reserved.