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