public interface NutsRepositoryExt extends NutsRepositoryExt0
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptAction(net.thevpc.nuts.NutsId id,
NutsRepositorySupportedAction supportedAction,
net.thevpc.nuts.NutsFetchMode mode,
net.thevpc.nuts.NutsSession session) |
void |
checkAllowedFetch(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsDescriptor |
deployImpl(net.thevpc.nuts.spi.NutsDeployRepositoryCommand command) |
net.thevpc.nuts.NutsContent |
fetchContentImpl(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsDescriptor descriptor,
String localPath,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsDescriptor |
fetchDescriptorImpl(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsIndexStore |
getIndexStore() |
static NutsRepositoryExt |
of(net.thevpc.nuts.NutsRepository repo) |
void |
pushImpl(net.thevpc.nuts.spi.NutsPushRepositoryCommand command) |
Iterator<net.thevpc.nuts.NutsId> |
searchImpl(net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsId |
searchLatestVersion(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsSession session) |
Iterator<net.thevpc.nuts.NutsId> |
searchVersionsImpl(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsIdFilter idFilter,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsSession session) |
void |
undeployImpl(net.thevpc.nuts.spi.NutsRepositoryUndeployCommand command) |
getIdBasedir, getIdFilenamestatic NutsRepositoryExt of(net.thevpc.nuts.NutsRepository repo)
of in interface NutsRepositoryExt0net.thevpc.nuts.NutsIndexStore getIndexStore()
void pushImpl(net.thevpc.nuts.spi.NutsPushRepositoryCommand command)
net.thevpc.nuts.NutsDescriptor deployImpl(net.thevpc.nuts.spi.NutsDeployRepositoryCommand command)
void undeployImpl(net.thevpc.nuts.spi.NutsRepositoryUndeployCommand command)
void checkAllowedFetch(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsDescriptor fetchDescriptorImpl(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsSession session)
Iterator<net.thevpc.nuts.NutsId> searchVersionsImpl(net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsIdFilter idFilter, net.thevpc.nuts.NutsFetchMode fetchMode, net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsContent fetchContentImpl(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsDescriptor descriptor,
String localPath,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsSession session)
Iterator<net.thevpc.nuts.NutsId> searchImpl(net.thevpc.nuts.NutsIdFilter filter, net.thevpc.nuts.NutsFetchMode fetchMode, net.thevpc.nuts.NutsSession session)
net.thevpc.nuts.NutsId searchLatestVersion(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsSession session)
boolean acceptAction(net.thevpc.nuts.NutsId id,
NutsRepositorySupportedAction supportedAction,
net.thevpc.nuts.NutsFetchMode mode,
net.thevpc.nuts.NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.