public class DefaultNDependency extends Object implements NDependency
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
DefaultNDependency(String repository,
String groupId,
String artifactId,
String classifier,
NVersion version,
String scope,
String optional,
List<NId> exclusions,
NEnvCondition condition,
String type,
Map<String,String> properties) |
DefaultNDependency(String repository,
String groupId,
String artifactId,
String classifier,
NVersion version,
String scope,
String optional,
List<NId> exclusions,
NEnvCondition condition,
String type,
String properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
artifactId() |
NDependencyBuilder |
builder() |
String |
classifier() |
NEnvCondition |
condition() |
boolean |
equals(Object o) |
List<NId> |
exclusions() |
String |
fullName() |
String |
groupId() |
int |
hashCode() |
boolean |
isAnyProvided() |
boolean |
isAnyRuntime() |
boolean |
isAnyTest() |
boolean |
isBlank() |
boolean |
isOptional() |
boolean |
isProvided() |
boolean |
isRuntime() |
String |
longName() |
String |
optional() |
Map<String,String> |
properties() |
String |
propertiesQuery() |
String |
repository() |
String |
scope() |
String |
shortName() |
NId |
toId() |
String |
toString() |
String |
type() |
NVersion |
version() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitget, get, of, offirstNonBlank, firstNonBlank, firstNonBlank, firstNonBlankLazy, firstNonBlankLazy, isBlank, isBlank, isBlank, isBlank, isBlank, isNonBlankpublic static final long serialVersionUID
public DefaultNDependency(String repository, String groupId, String artifactId, String classifier, NVersion version, String scope, String optional, List<NId> exclusions, NEnvCondition condition, String type, Map<String,String> properties)
public boolean isBlank()
isBlank in interface NBlankablepublic NDependencyBuilder builder()
builder in interface NDependencypublic boolean isOptional()
isOptional in interface NDependencypublic String optional()
optional in interface NDependencypublic boolean isAnyProvided()
isAnyProvided in interface NDependencypublic boolean isAnyRuntime()
isAnyRuntime in interface NDependencypublic boolean isProvided()
isProvided in interface NDependencypublic boolean isRuntime()
isRuntime in interface NDependencypublic boolean isAnyTest()
isAnyTest in interface NDependencypublic String scope()
scope in interface NDependencypublic String classifier()
classifier in interface NDependencypublic NId toId()
toId in interface NDependencypublic String repository()
repository in interface NDependencypublic String groupId()
groupId in interface NDependencypublic String artifactId()
artifactId in interface NDependencypublic String shortName()
shortName in interface NDependencypublic String longName()
longName in interface NDependencypublic String fullName()
fullName in interface NDependencypublic NVersion version()
version in interface NDependencypublic NEnvCondition condition()
condition in interface NDependencypublic String type()
type in interface NDependencypublic List<NId> exclusions()
exclusions in interface NDependencypublic String propertiesQuery()
propertiesQuery in interface NDependencypublic Map<String,String> properties()
properties in interface NDependencyCopyright © 2026 vpc open source initiative. All rights reserved.