public static interface FolderObjectIterator.FolderIteratorModel<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isObjectFile(net.thevpc.nuts.NutsPath pathname) |
T |
parseObject(net.thevpc.nuts.NutsPath pathname,
net.thevpc.nuts.NutsSession session) |
default void |
remove(T object,
net.thevpc.nuts.NutsPath objectPath,
net.thevpc.nuts.NutsSession session) |
default void remove(T object, net.thevpc.nuts.NutsPath objectPath, net.thevpc.nuts.NutsSession session) throws net.thevpc.nuts.NutsExecutionException
net.thevpc.nuts.NutsExecutionExceptionboolean isObjectFile(net.thevpc.nuts.NutsPath pathname)
T parseObject(net.thevpc.nuts.NutsPath pathname, net.thevpc.nuts.NutsSession session) throws IOException
IOExceptionCopyright © 2022 vpc open source initiative. All rights reserved.