public class NDefinitionFactoryImpl extends Object implements net.thevpc.nuts.spi.NDefinitionFactory
| Constructor and Description |
|---|
NDefinitionFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.artifact.NDefinition |
byDescriptor(Supplier<net.thevpc.nuts.artifact.NDescriptor> descriptor) |
net.thevpc.nuts.artifact.NDefinition |
byId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.artifact.NDefinition |
byId(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.core.NRepository repository) |
net.thevpc.nuts.artifact.NDefinition |
byIdAndDescriptor(net.thevpc.nuts.artifact.NId id,
Supplier<net.thevpc.nuts.artifact.NDescriptor> descriptor) |
public net.thevpc.nuts.artifact.NDefinition byId(net.thevpc.nuts.artifact.NId id)
byId in interface net.thevpc.nuts.spi.NDefinitionFactorypublic net.thevpc.nuts.artifact.NDefinition byId(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.core.NRepository repository)
byId in interface net.thevpc.nuts.spi.NDefinitionFactorypublic net.thevpc.nuts.artifact.NDefinition byDescriptor(Supplier<net.thevpc.nuts.artifact.NDescriptor> descriptor)
byDescriptor in interface net.thevpc.nuts.spi.NDefinitionFactorypublic net.thevpc.nuts.artifact.NDefinition byIdAndDescriptor(net.thevpc.nuts.artifact.NId id,
Supplier<net.thevpc.nuts.artifact.NDescriptor> descriptor)
byIdAndDescriptor in interface net.thevpc.nuts.spi.NDefinitionFactoryCopyright © 2026 vpc open source initiative. All rights reserved.