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