public interface NutsIdPathIteratorModel
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDescFile(net.thevpc.nuts.NutsPath pathname) |
net.thevpc.nuts.NutsDescriptor |
parseDescriptor(net.thevpc.nuts.NutsPath pathname,
InputStream in,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsPath rootURL) |
net.thevpc.nuts.NutsId |
parseId(net.thevpc.nuts.NutsPath pathname,
net.thevpc.nuts.NutsPath rootPath,
net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session) |
void |
undeploy(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
void undeploy(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
throws net.thevpc.nuts.NutsExecutionException
net.thevpc.nuts.NutsExecutionExceptionboolean isDescFile(net.thevpc.nuts.NutsPath pathname)
net.thevpc.nuts.NutsDescriptor parseDescriptor(net.thevpc.nuts.NutsPath pathname,
InputStream in,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsPath rootURL)
throws IOException
IOExceptionnet.thevpc.nuts.NutsId parseId(net.thevpc.nuts.NutsPath pathname,
net.thevpc.nuts.NutsPath rootPath,
net.thevpc.nuts.NutsIdFilter filter,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session)
throws IOException
IOExceptionCopyright © 2022 vpc open source initiative. All rights reserved.