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