public class DefaultNDescriptorPropertyBuilder extends Object implements net.thevpc.nuts.artifact.NDescriptorPropertyBuilder
| Constructor and Description |
|---|
DefaultNDescriptorPropertyBuilder() |
DefaultNDescriptorPropertyBuilder(net.thevpc.nuts.artifact.NDescriptorProperty other) |
DefaultNDescriptorPropertyBuilder(net.thevpc.nuts.artifact.NDescriptorPropertyBuilder other) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.artifact.NDescriptorProperty |
build() |
net.thevpc.nuts.artifact.NDescriptorPropertyBuilder |
builder() |
net.thevpc.nuts.artifact.NEnvConditionBuilder |
condition() |
net.thevpc.nuts.artifact.NDescriptorPropertyBuilder |
condition(net.thevpc.nuts.artifact.NEnvCondition condition) |
net.thevpc.nuts.artifact.NDescriptorPropertyBuilder |
condition(net.thevpc.nuts.artifact.NEnvConditionBuilder condition) |
net.thevpc.nuts.artifact.NDescriptorPropertyBuilder |
copy() |
net.thevpc.nuts.artifact.NDescriptorPropertyBuilder |
copyFrom(net.thevpc.nuts.boot.NBootDescriptorProperty value) |
net.thevpc.nuts.artifact.NDescriptorPropertyBuilder |
copyFrom(net.thevpc.nuts.artifact.NDescriptorProperty value) |
net.thevpc.nuts.artifact.NDescriptorPropertyBuilder |
copyFrom(net.thevpc.nuts.artifact.NDescriptorPropertyBuilder value) |
boolean |
isBlank() |
String |
name() |
net.thevpc.nuts.artifact.NDescriptorPropertyBuilder |
name(String name) |
net.thevpc.nuts.util.NLiteral |
value() |
net.thevpc.nuts.artifact.NDescriptorPropertyBuilder |
value(String value) |
public DefaultNDescriptorPropertyBuilder()
public DefaultNDescriptorPropertyBuilder(net.thevpc.nuts.artifact.NDescriptorProperty other)
public DefaultNDescriptorPropertyBuilder(net.thevpc.nuts.artifact.NDescriptorPropertyBuilder other)
public String name()
name in interface net.thevpc.nuts.artifact.NDescriptorPropertyBuilderpublic net.thevpc.nuts.util.NLiteral value()
value in interface net.thevpc.nuts.artifact.NDescriptorPropertyBuilderpublic net.thevpc.nuts.artifact.NDescriptorPropertyBuilder condition(net.thevpc.nuts.artifact.NEnvCondition condition)
condition in interface net.thevpc.nuts.artifact.NDescriptorPropertyBuilderpublic net.thevpc.nuts.artifact.NDescriptorPropertyBuilder condition(net.thevpc.nuts.artifact.NEnvConditionBuilder condition)
condition in interface net.thevpc.nuts.artifact.NDescriptorPropertyBuilderpublic net.thevpc.nuts.artifact.NEnvConditionBuilder condition()
condition in interface net.thevpc.nuts.artifact.NDescriptorPropertyBuilderpublic net.thevpc.nuts.artifact.NDescriptorPropertyBuilder name(String name)
name in interface net.thevpc.nuts.artifact.NDescriptorPropertyBuilderpublic net.thevpc.nuts.artifact.NDescriptorPropertyBuilder value(String value)
value in interface net.thevpc.nuts.artifact.NDescriptorPropertyBuilderpublic net.thevpc.nuts.artifact.NDescriptorPropertyBuilder copyFrom(net.thevpc.nuts.artifact.NDescriptorProperty value)
copyFrom in interface net.thevpc.nuts.artifact.NDescriptorPropertyBuilderpublic net.thevpc.nuts.artifact.NDescriptorPropertyBuilder copyFrom(net.thevpc.nuts.artifact.NDescriptorPropertyBuilder value)
copyFrom in interface net.thevpc.nuts.artifact.NDescriptorPropertyBuilderpublic net.thevpc.nuts.artifact.NDescriptorPropertyBuilder copyFrom(net.thevpc.nuts.boot.NBootDescriptorProperty value)
public boolean isBlank()
isBlank in interface net.thevpc.nuts.util.NBlankablepublic net.thevpc.nuts.artifact.NDescriptorPropertyBuilder builder()
public net.thevpc.nuts.artifact.NDescriptorProperty build()
build in interface net.thevpc.nuts.artifact.NDescriptorPropertyBuilderpublic net.thevpc.nuts.artifact.NDescriptorPropertyBuilder copy()
copy in interface net.thevpc.nuts.artifact.NDescriptorPropertyBuilderCopyright © 2026 vpc open source initiative. All rights reserved.