Interface OcflObjectRootDirIterator.Directory
-
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing class:
- OcflObjectRootDirIterator
protected static interface OcflObjectRootDirIterator.Directory extends Closeable
Encapsulates a directory for iterating over its children
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringnextChildDirectory()Returns the path to the directory's next child relative the storage root.
-
-
-
Method Detail
-
nextChildDirectory
String nextChildDirectory()
Returns the path to the directory's next child relative the storage root. Forward slashes MUST be used as path separators. If the directory has no more children, then null is returned.- Returns:
- path to next child directory or null
-
-