public static interface FilesFoldersApi.IteratorModel
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDescFile(String pathname) |
net.thevpc.nuts.NutsDescriptor |
parseDescriptor(String pathname,
InputStream in,
net.thevpc.nuts.NutsFetchMode fetchMode,
net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session,
String rootURL) |
net.thevpc.nuts.NutsId |
parseId(String pathname,
String 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(String pathname)
net.thevpc.nuts.NutsDescriptor parseDescriptor(String pathname, InputStream in, net.thevpc.nuts.NutsFetchMode fetchMode, net.thevpc.nuts.NutsRepository repository, net.thevpc.nuts.NutsSession session, String rootURL) throws IOException
IOExceptionnet.thevpc.nuts.NutsId parseId(String pathname, String rootPath, net.thevpc.nuts.NutsIdFilter filter, net.thevpc.nuts.NutsRepository repository, net.thevpc.nuts.NutsSession session) throws IOException
IOExceptionCopyright © 2021 vpc open source initiative. All rights reserved.