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 |
|---|---|
NDependencyBuilder |
builder() |
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getClassifier() |
NEnvCondition |
getCondition() |
List<NId> |
getExclusions() |
String |
getFullName() |
String |
getGroupId() |
String |
getLongName() |
String |
getOptional() |
Map<String,String> |
getProperties() |
String |
getPropertiesQuery() |
String |
getRepository() |
String |
getScope() |
String |
getShortName() |
String |
getType() |
NVersion |
getVersion() |
int |
hashCode() |
boolean |
isAnyProvided() |
boolean |
isAnyRuntime() |
boolean |
isAnyTest() |
boolean |
isBlank() |
boolean |
isOptional() |
boolean |
isProvided() |
boolean |
isRuntime() |
NId |
toId() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitget, get, of, offirstNonBlank, firstNonBlank, firstNonBlank, 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 getOptional()
getOptional 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 getScope()
getScope in interface NDependencypublic String getClassifier()
getClassifier in interface NDependencypublic NId toId()
toId in interface NDependencypublic String getRepository()
getRepository in interface NDependencypublic String getGroupId()
getGroupId in interface NDependencypublic String getArtifactId()
getArtifactId in interface NDependencypublic String getShortName()
getShortName in interface NDependencypublic String getLongName()
getLongName in interface NDependencypublic String getFullName()
getFullName in interface NDependencypublic NVersion getVersion()
getVersion in interface NDependencypublic NEnvCondition getCondition()
getCondition in interface NDependencypublic String getType()
getType in interface NDependencypublic List<NId> getExclusions()
getExclusions in interface NDependencypublic String getPropertiesQuery()
getPropertiesQuery in interface NDependencypublic Map<String,String> getProperties()
getProperties in interface NDependencyCopyright © 2025 vpc open source initiative. All rights reserved.