public class NDefinitionHelper extends Object
| Constructor and Description |
|---|
NDefinitionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static net.thevpc.nuts.artifact.NDefinition |
ofDefinition(net.thevpc.nuts.artifact.NId id) |
static net.thevpc.nuts.artifact.NDefinition |
ofDescriptorOnly(net.thevpc.nuts.artifact.NDescriptor descriptor) |
static net.thevpc.nuts.artifact.NDefinition |
ofDescriptorOnly(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDescriptor descriptor) |
static net.thevpc.nuts.artifact.NDefinition |
ofIdAndLazyDescriptor(net.thevpc.nuts.artifact.NId id,
Supplier<net.thevpc.nuts.artifact.NDescriptor> descriptorSupplier,
String callerName) |
static net.thevpc.nuts.artifact.NDefinition |
ofIdOnlyFromRepo(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.core.NRepository repo,
String callerName) |
public static net.thevpc.nuts.artifact.NDefinition ofDefinition(net.thevpc.nuts.artifact.NId id)
public static net.thevpc.nuts.artifact.NDefinition ofIdOnlyFromRepo(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.core.NRepository repo,
String callerName)
public static net.thevpc.nuts.artifact.NDefinition ofIdAndLazyDescriptor(net.thevpc.nuts.artifact.NId id,
Supplier<net.thevpc.nuts.artifact.NDescriptor> descriptorSupplier,
String callerName)
public static net.thevpc.nuts.artifact.NDefinition ofDescriptorOnly(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDescriptor descriptor)
public static net.thevpc.nuts.artifact.NDefinition ofDescriptorOnly(net.thevpc.nuts.artifact.NDescriptor descriptor)
Copyright © 2026 vpc open source initiative. All rights reserved.