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