public class DefaultNDependency extends Object implements net.thevpc.nuts.NDependency
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
DefaultNDependency(String repository,
String groupId,
String artifactId,
String classifier,
net.thevpc.nuts.NVersion version,
String scope,
String optional,
List<net.thevpc.nuts.NId> exclusions,
net.thevpc.nuts.NEnvCondition condition,
String type,
Map<String,String> properties) |
DefaultNDependency(String repository,
String groupId,
String artifactId,
String classifier,
net.thevpc.nuts.NVersion version,
String scope,
String optional,
List<net.thevpc.nuts.NId> exclusions,
net.thevpc.nuts.NEnvCondition condition,
String type,
String properties) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NDependencyBuilder |
builder() |
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getClassifier() |
net.thevpc.nuts.NEnvCondition |
getCondition() |
List<net.thevpc.nuts.NId> |
getExclusions() |
String |
getFullName() |
String |
getGroupId() |
String |
getLongName() |
String |
getOptional() |
Map<String,String> |
getProperties() |
String |
getPropertiesQuery() |
String |
getRepository() |
String |
getScope() |
String |
getShortName() |
String |
getType() |
net.thevpc.nuts.NVersion |
getVersion() |
int |
hashCode() |
boolean |
isAnyProvided() |
boolean |
isAnyRuntime() |
boolean |
isAnyTest() |
boolean |
isBlank() |
boolean |
isOptional() |
boolean |
isProvided() |
boolean |
isRuntime() |
net.thevpc.nuts.NId |
toId() |
String |
toString() |
public static final long serialVersionUID
public DefaultNDependency(String repository, String groupId, String artifactId, String classifier, net.thevpc.nuts.NVersion version, String scope, String optional, List<net.thevpc.nuts.NId> exclusions, net.thevpc.nuts.NEnvCondition condition, String type, Map<String,String> properties)
public boolean isBlank()
isBlank in interface net.thevpc.nuts.util.NBlankablepublic net.thevpc.nuts.NDependencyBuilder builder()
builder in interface net.thevpc.nuts.NDependencypublic boolean isOptional()
isOptional in interface net.thevpc.nuts.NDependencypublic String getOptional()
getOptional in interface net.thevpc.nuts.NDependencypublic boolean isAnyProvided()
isAnyProvided in interface net.thevpc.nuts.NDependencypublic boolean isAnyRuntime()
isAnyRuntime in interface net.thevpc.nuts.NDependencypublic boolean isProvided()
isProvided in interface net.thevpc.nuts.NDependencypublic boolean isRuntime()
isRuntime in interface net.thevpc.nuts.NDependencypublic boolean isAnyTest()
isAnyTest in interface net.thevpc.nuts.NDependencypublic String getScope()
getScope in interface net.thevpc.nuts.NDependencypublic String getClassifier()
getClassifier in interface net.thevpc.nuts.NDependencypublic net.thevpc.nuts.NId toId()
toId in interface net.thevpc.nuts.NDependencypublic String getRepository()
getRepository in interface net.thevpc.nuts.NDependencypublic String getGroupId()
getGroupId in interface net.thevpc.nuts.NDependencypublic String getArtifactId()
getArtifactId in interface net.thevpc.nuts.NDependencypublic String getShortName()
getShortName in interface net.thevpc.nuts.NDependencypublic String getLongName()
getLongName in interface net.thevpc.nuts.NDependencypublic String getFullName()
getFullName in interface net.thevpc.nuts.NDependencypublic net.thevpc.nuts.NVersion getVersion()
getVersion in interface net.thevpc.nuts.NDependencypublic net.thevpc.nuts.NEnvCondition getCondition()
getCondition in interface net.thevpc.nuts.NDependencypublic String getType()
getType in interface net.thevpc.nuts.NDependencypublic List<net.thevpc.nuts.NId> getExclusions()
getExclusions in interface net.thevpc.nuts.NDependencypublic String getPropertiesQuery()
getPropertiesQuery in interface net.thevpc.nuts.NDependencypublic Map<String,String> getProperties()
getProperties in interface net.thevpc.nuts.NDependencyCopyright © 2025 vpc open source initiative. All rights reserved.