public class DefaultNIdBuilder extends Object implements net.thevpc.nuts.NIdBuilder
| Constructor and Description |
|---|
DefaultNIdBuilder() |
DefaultNIdBuilder(net.thevpc.nuts.NId id) |
DefaultNIdBuilder(net.thevpc.nuts.NIdBuilder id) |
DefaultNIdBuilder(String groupId,
String artifactId) |
DefaultNIdBuilder(String groupId,
String artifactId,
net.thevpc.nuts.NVersion version,
String classifier,
String propertiesQuery,
net.thevpc.nuts.NEnvCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NId |
build() |
net.thevpc.nuts.NIdBuilder |
builder() |
net.thevpc.nuts.NIdBuilder |
clear() |
net.thevpc.nuts.NIdBuilder |
clearProperties() |
net.thevpc.nuts.NId |
compatNewer() |
net.thevpc.nuts.NId |
compatOlder() |
net.thevpc.nuts.NIdBuilder |
copyFrom(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NIdBuilder |
copyFrom(net.thevpc.nuts.NIdBuilder id) |
boolean |
equals(Object o) |
boolean |
equalsLongId(net.thevpc.nuts.NId other) |
boolean |
equalsShortId(net.thevpc.nuts.NId other) |
net.thevpc.nuts.NIdFilter |
filter() |
String |
getArtifactId() |
String |
getClassifier() |
net.thevpc.nuts.NEnvConditionBuilder |
getCondition() |
String |
getFace() |
String |
getFullName() |
String |
getGroupId() |
net.thevpc.nuts.NId |
getLongId() |
String |
getLongName() |
String |
getPackaging() |
Map<String,String> |
getProperties() |
String |
getPropertiesQuery() |
String |
getRepository() |
net.thevpc.nuts.NId |
getShortId() |
String |
getShortName() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
net.thevpc.nuts.NVersion |
getVersion() |
int |
hashCode() |
boolean |
isBlank() |
boolean |
isLongId() |
boolean |
isNull() |
boolean |
isShortId() |
DefaultNIdBuilder |
setArtifactId(String value) |
net.thevpc.nuts.NIdBuilder |
setClassifier(String value) |
net.thevpc.nuts.NIdBuilder |
setCondition(net.thevpc.nuts.NEnvCondition c) |
net.thevpc.nuts.NIdBuilder |
setCondition(net.thevpc.nuts.NEnvConditionBuilder c) |
net.thevpc.nuts.NIdBuilder |
setFace(String value) |
net.thevpc.nuts.NIdBuilder |
setFaceContent() |
net.thevpc.nuts.NIdBuilder |
setFaceDescriptor() |
net.thevpc.nuts.NIdBuilder |
setGroupId(String value) |
net.thevpc.nuts.NIdBuilder |
setPackaging(String value) |
net.thevpc.nuts.NIdBuilder |
setProperties(Map<String,String> queryMap) |
net.thevpc.nuts.NIdBuilder |
setPropertiesQuery(String propertiesQuery) |
net.thevpc.nuts.NIdBuilder |
setProperty(String property,
String value) |
net.thevpc.nuts.NIdBuilder |
setRepository(String value) |
net.thevpc.nuts.NIdBuilder |
setVersion(net.thevpc.nuts.NVersion value) |
net.thevpc.nuts.NIdBuilder |
setVersion(String value) |
net.thevpc.nuts.NDependency |
toDependency() |
String |
toString() |
public DefaultNIdBuilder()
public DefaultNIdBuilder(net.thevpc.nuts.NId id)
public DefaultNIdBuilder(net.thevpc.nuts.NIdBuilder id)
public net.thevpc.nuts.NIdBuilder copyFrom(net.thevpc.nuts.NId id)
copyFrom in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder clear()
clear in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder copyFrom(net.thevpc.nuts.NIdBuilder id)
copyFrom in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setGroupId(String value)
setGroupId in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setRepository(String value)
setRepository in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setVersion(net.thevpc.nuts.NVersion value)
setVersion in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setVersion(String value)
setVersion in interface net.thevpc.nuts.NIdBuilderpublic DefaultNIdBuilder setArtifactId(String value)
setArtifactId in interface net.thevpc.nuts.NIdBuilderpublic String getFace()
getFace in interface net.thevpc.nuts.NIdBuilderpublic String getPackaging()
getPackaging in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setFace(String value)
setFace in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setFaceContent()
setFaceContent in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setFaceDescriptor()
setFaceDescriptor in interface net.thevpc.nuts.NIdBuilderpublic String getClassifier()
getClassifier in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setClassifier(String value)
setClassifier in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setPackaging(String value)
setPackaging in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setCondition(net.thevpc.nuts.NEnvCondition c)
setCondition in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NEnvConditionBuilder getCondition()
getCondition in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setCondition(net.thevpc.nuts.NEnvConditionBuilder c)
setCondition in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setProperty(String property, String value)
setProperty in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setProperties(Map<String,String> queryMap)
setProperties in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder clearProperties()
clearProperties in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder setPropertiesQuery(String propertiesQuery)
setPropertiesQuery in interface net.thevpc.nuts.NIdBuilderpublic String getPropertiesQuery()
getPropertiesQuery in interface net.thevpc.nuts.NIdBuilderpublic Map<String,String> getProperties()
getProperties in interface net.thevpc.nuts.NIdBuilderpublic String getRepository()
getRepository in interface net.thevpc.nuts.NIdBuilderpublic String getGroupId()
getGroupId in interface net.thevpc.nuts.NIdBuilderpublic String getFullName()
getFullName in interface net.thevpc.nuts.NIdBuilderpublic String getShortName()
getShortName in interface net.thevpc.nuts.NIdBuilderpublic String getLongName()
getLongName in interface net.thevpc.nuts.NIdBuilderpublic String getArtifactId()
getArtifactId in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NVersion getVersion()
getVersion in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NId build()
build in interface net.thevpc.nuts.NIdBuilderpublic boolean equalsShortId(net.thevpc.nuts.NId other)
equalsShortId in interface net.thevpc.nuts.NIdBuilderpublic boolean equalsLongId(net.thevpc.nuts.NId other)
equalsLongId in interface net.thevpc.nuts.NIdBuilderpublic boolean isLongId()
isLongId in interface net.thevpc.nuts.NIdBuilderpublic boolean isShortId()
isShortId in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NId getShortId()
getShortId in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NId getLongId()
getLongId in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdBuilder builder()
builder in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NDependency toDependency()
toDependency in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NIdFilter filter()
filter in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NId compatNewer()
compatNewer in interface net.thevpc.nuts.NIdBuilderpublic net.thevpc.nuts.NId compatOlder()
compatOlder in interface net.thevpc.nuts.NIdBuilderpublic boolean isNull()
isNull in interface net.thevpc.nuts.NIdBuilderpublic boolean isBlank()
isBlank in interface net.thevpc.nuts.NIdBuilderisBlank in interface net.thevpc.nuts.util.NBlankablepublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentCopyright © 2025 vpc open source initiative. All rights reserved.