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