public interface NRepositoryExt extends NRepositoryExt0
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptAction(net.thevpc.nuts.NId id,
NRepositorySupportedAction supportedAction,
net.thevpc.nuts.NFetchMode mode) |
void |
checkAllowedFetch(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NDescriptor |
deployImpl(net.thevpc.nuts.spi.NDeployRepositoryCmd command) |
net.thevpc.nuts.io.NPath |
fetchContentImpl(net.thevpc.nuts.NId id,
net.thevpc.nuts.NDescriptor descriptor,
net.thevpc.nuts.NFetchMode fetchMode) |
net.thevpc.nuts.NDescriptor |
fetchDescriptorImpl(net.thevpc.nuts.NId id,
net.thevpc.nuts.NFetchMode fetchMode) |
net.thevpc.nuts.NIndexStore |
getIndexStore() |
static NRepositoryExt |
of(net.thevpc.nuts.NRepository repo) |
void |
pushImpl(net.thevpc.nuts.spi.NPushRepositoryCmd command) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> |
searchImpl(net.thevpc.nuts.NDefinitionFilter filter,
net.thevpc.nuts.NFetchMode fetchMode) |
net.thevpc.nuts.NId |
searchLatestVersion(net.thevpc.nuts.NId id,
net.thevpc.nuts.NDefinitionFilter filter,
net.thevpc.nuts.NFetchMode fetchMode) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> |
searchVersionsImpl(net.thevpc.nuts.NId id,
net.thevpc.nuts.NDefinitionFilter idFilter,
net.thevpc.nuts.NFetchMode fetchMode) |
void |
undeployImpl(net.thevpc.nuts.spi.NRepositoryUndeployCmd command) |
getIdBasedir, getIdFilenamestatic NRepositoryExt of(net.thevpc.nuts.NRepository repo)
of in interface NRepositoryExt0net.thevpc.nuts.NIndexStore getIndexStore()
void pushImpl(net.thevpc.nuts.spi.NPushRepositoryCmd command)
net.thevpc.nuts.NDescriptor deployImpl(net.thevpc.nuts.spi.NDeployRepositoryCmd command)
void undeployImpl(net.thevpc.nuts.spi.NRepositoryUndeployCmd command)
void checkAllowedFetch(net.thevpc.nuts.NId id)
net.thevpc.nuts.NDescriptor fetchDescriptorImpl(net.thevpc.nuts.NId id,
net.thevpc.nuts.NFetchMode fetchMode)
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> searchVersionsImpl(net.thevpc.nuts.NId id,
net.thevpc.nuts.NDefinitionFilter idFilter,
net.thevpc.nuts.NFetchMode fetchMode)
net.thevpc.nuts.io.NPath fetchContentImpl(net.thevpc.nuts.NId id,
net.thevpc.nuts.NDescriptor descriptor,
net.thevpc.nuts.NFetchMode fetchMode)
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> searchImpl(net.thevpc.nuts.NDefinitionFilter filter,
net.thevpc.nuts.NFetchMode fetchMode)
net.thevpc.nuts.NId searchLatestVersion(net.thevpc.nuts.NId id,
net.thevpc.nuts.NDefinitionFilter filter,
net.thevpc.nuts.NFetchMode fetchMode)
boolean acceptAction(net.thevpc.nuts.NId id,
NRepositorySupportedAction supportedAction,
net.thevpc.nuts.NFetchMode mode)
Copyright © 2025 vpc open source initiative. All rights reserved.