public class DefaultNDependencyBuilder extends Object implements net.thevpc.nuts.NDependencyBuilder
| Constructor and Description |
|---|
DefaultNDependencyBuilder() |
DefaultNDependencyBuilder(net.thevpc.nuts.NDependency d) |
DefaultNDependencyBuilder(String groupId,
String artifactId) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NDependencyBuilder |
addProperties(Map<String,String> queryMap) |
net.thevpc.nuts.NDependencyBuilder |
addPropertiesQuery(String propertiesQuery) |
net.thevpc.nuts.NDependency |
build() |
net.thevpc.nuts.NDependencyBuilder |
clear() |
net.thevpc.nuts.NDependencyBuilder |
copy() |
net.thevpc.nuts.NDependencyBuilder |
copyFrom(net.thevpc.nuts.boot.NBootDependency value) |
net.thevpc.nuts.NDependencyBuilder |
copyFrom(net.thevpc.nuts.NDependency value) |
net.thevpc.nuts.NDependencyBuilder |
copyFrom(net.thevpc.nuts.NDependencyBuilder value) |
String |
getArtifactId() |
String |
getClassifier() |
net.thevpc.nuts.NEnvConditionBuilder |
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() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
String |
getType() |
net.thevpc.nuts.NVersion |
getVersion() |
boolean |
isBlank() |
boolean |
isOptional() |
net.thevpc.nuts.NDependencyBuilder |
removeCondition() |
net.thevpc.nuts.NDependencyBuilder |
setArtifactId(String artifactId) |
net.thevpc.nuts.NDependencyBuilder |
setClassifier(String classifier) |
net.thevpc.nuts.NDependencyBuilder |
setCondition(net.thevpc.nuts.NEnvCondition condition) |
net.thevpc.nuts.NDependencyBuilder |
setCondition(net.thevpc.nuts.NEnvConditionBuilder condition) |
net.thevpc.nuts.NDependencyBuilder |
setDependency(net.thevpc.nuts.NDependency value) |
net.thevpc.nuts.NDependencyBuilder |
setDependency(net.thevpc.nuts.NDependencyBuilder value) |
net.thevpc.nuts.NDependencyBuilder |
setExclusions(List<net.thevpc.nuts.NId> exclusions) |
net.thevpc.nuts.NDependencyBuilder |
setExclusions(String exclusions) |
net.thevpc.nuts.NDependencyBuilder |
setGroupId(String groupId) |
net.thevpc.nuts.NDependencyBuilder |
setId(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NDependencyBuilder |
setOptional(String optional) |
net.thevpc.nuts.NDependencyBuilder |
setProperties(Map<String,String> queryMap) |
net.thevpc.nuts.NDependencyBuilder |
setPropertiesQuery(String propertiesQuery) |
net.thevpc.nuts.NDependencyBuilder |
setProperty(String property,
String value) |
net.thevpc.nuts.NDependencyBuilder |
setRepository(String repository) |
net.thevpc.nuts.NDependencyBuilder |
setScope(net.thevpc.nuts.NDependencyScope scope) |
net.thevpc.nuts.NDependencyBuilder |
setScope(String scope) |
net.thevpc.nuts.NDependencyBuilder |
setType(String type) |
net.thevpc.nuts.NDependencyBuilder |
setVersion(net.thevpc.nuts.NVersion version) |
net.thevpc.nuts.NDependencyBuilder |
setVersion(String version) |
net.thevpc.nuts.NId |
toId() |
String |
toString() |
public DefaultNDependencyBuilder(net.thevpc.nuts.NDependency d)
public DefaultNDependencyBuilder()
public net.thevpc.nuts.NDependencyBuilder setId(net.thevpc.nuts.NId id)
setId in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setDependency(net.thevpc.nuts.NDependencyBuilder value)
setDependency in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder copyFrom(net.thevpc.nuts.NDependencyBuilder value)
copyFrom in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder copyFrom(net.thevpc.nuts.boot.NBootDependency value)
public net.thevpc.nuts.NDependencyBuilder copyFrom(net.thevpc.nuts.NDependency value)
copyFrom in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setDependency(net.thevpc.nuts.NDependency value)
setDependency in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder clear()
clear in interface net.thevpc.nuts.NDependencyBuilderpublic boolean isOptional()
isOptional in interface net.thevpc.nuts.NDependencyBuilderpublic String getType()
getType in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setType(String type)
setType in interface net.thevpc.nuts.NDependencyBuilderpublic String getOptional()
getOptional in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setOptional(String optional)
setOptional in interface net.thevpc.nuts.NDependencyBuilderpublic String getScope()
getScope in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setScope(net.thevpc.nuts.NDependencyScope scope)
setScope in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setScope(String scope)
setScope in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NId toId()
toId in interface net.thevpc.nuts.NDependencyBuilderpublic String getRepository()
getRepository in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setRepository(String repository)
setRepository in interface net.thevpc.nuts.NDependencyBuilderpublic String getGroupId()
getGroupId in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setGroupId(String groupId)
setGroupId in interface net.thevpc.nuts.NDependencyBuilderpublic String getArtifactId()
getArtifactId in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setArtifactId(String artifactId)
setArtifactId in interface net.thevpc.nuts.NDependencyBuilderpublic String getClassifier()
getClassifier in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setClassifier(String classifier)
setClassifier in interface net.thevpc.nuts.NDependencyBuilderpublic String getFullName()
getFullName in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NVersion getVersion()
getVersion in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setVersion(net.thevpc.nuts.NVersion version)
setVersion in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setVersion(String version)
setVersion in interface net.thevpc.nuts.NDependencyBuilderpublic List<net.thevpc.nuts.NId> getExclusions()
getExclusions in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setExclusions(List<net.thevpc.nuts.NId> exclusions)
setExclusions in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependency build()
build in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setProperty(String property, String value)
setProperty in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder addPropertiesQuery(String propertiesQuery)
addPropertiesQuery in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder addProperties(Map<String,String> queryMap)
addProperties in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setProperties(Map<String,String> queryMap)
setProperties in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setPropertiesQuery(String propertiesQuery)
setPropertiesQuery in interface net.thevpc.nuts.NDependencyBuilderpublic String getPropertiesQuery()
getPropertiesQuery in interface net.thevpc.nuts.NDependencyBuilderpublic Map<String,String> getProperties()
getProperties in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NEnvConditionBuilder getCondition()
getCondition in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setCondition(net.thevpc.nuts.NEnvCondition condition)
setCondition in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setCondition(net.thevpc.nuts.NEnvConditionBuilder condition)
setCondition in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder removeCondition()
removeCondition in interface net.thevpc.nuts.NDependencyBuilderpublic net.thevpc.nuts.NDependencyBuilder setExclusions(String exclusions)
public net.thevpc.nuts.NDependencyBuilder copy()
copy in interface net.thevpc.nuts.NDependencyBuilderpublic boolean isBlank()
isBlank in interface net.thevpc.nuts.util.NBlankablepublic String getShortName()
getShortName in interface net.thevpc.nuts.NDependencyBuilderpublic String getLongName()
getLongName in interface net.thevpc.nuts.NDependencyBuilderpublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentCopyright © 2025 vpc open source initiative. All rights reserved.