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