public class DefaultNDescriptorProperty extends Object implements net.thevpc.nuts.artifact.NDescriptorProperty
| Constructor and Description |
|---|
DefaultNDescriptorProperty(String name,
net.thevpc.nuts.util.NLiteral value,
net.thevpc.nuts.artifact.NEnvCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.artifact.NDescriptorPropertyBuilder |
builder() |
net.thevpc.nuts.artifact.NEnvCondition |
condition() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isBlank() |
String |
name() |
static DefaultNDescriptorProperty |
of(String name,
Object value) |
String |
toString() |
net.thevpc.nuts.util.NLiteral |
value() |
public DefaultNDescriptorProperty(String name, net.thevpc.nuts.util.NLiteral value, net.thevpc.nuts.artifact.NEnvCondition condition)
public static DefaultNDescriptorProperty of(String name, Object value)
public String name()
name in interface net.thevpc.nuts.artifact.NDescriptorPropertypublic net.thevpc.nuts.util.NLiteral value()
value in interface net.thevpc.nuts.artifact.NDescriptorPropertypublic net.thevpc.nuts.artifact.NEnvCondition condition()
condition in interface net.thevpc.nuts.artifact.NDescriptorPropertypublic net.thevpc.nuts.artifact.NDescriptorPropertyBuilder builder()
builder in interface net.thevpc.nuts.artifact.NDescriptorPropertypublic boolean isBlank()
isBlank in interface net.thevpc.nuts.util.NBlankableCopyright © 2026 vpc open source initiative. All rights reserved.