public interface ToolboxRepoHelper
| Modifier and Type | Field and Description |
|---|---|
static String |
DYNAMIC_DESCRIPTOR |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptId(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.io.NPath |
fetchContent(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDescriptor descriptor,
net.thevpc.nuts.core.NRepository repository) |
net.thevpc.nuts.artifact.NDescriptor |
fetchDescriptor(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.core.NRepository repository) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> |
search(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.io.NPath[] basePaths,
net.thevpc.nuts.core.NRepository repository) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> |
searchVersions(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.core.NRepository repository) |
static final String DYNAMIC_DESCRIPTOR
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> searchVersions(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.core.NRepository repository)
boolean acceptId(net.thevpc.nuts.artifact.NId id)
net.thevpc.nuts.artifact.NDescriptor fetchDescriptor(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.core.NRepository repository)
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> search(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDefinitionFilter filter,
net.thevpc.nuts.io.NPath[] basePaths,
net.thevpc.nuts.core.NRepository repository)
net.thevpc.nuts.io.NPath fetchContent(net.thevpc.nuts.artifact.NId id,
net.thevpc.nuts.artifact.NDescriptor descriptor,
net.thevpc.nuts.core.NRepository repository)
Copyright © 2026 vpc open source initiative. All rights reserved.