Uses of Class
edu.wisc.library.ocfl.core.storage.common.OcflObjectRootDirIterator
-
Packages that use OcflObjectRootDirIterator Package Description edu.wisc.library.ocfl.core.storage.cloud edu.wisc.library.ocfl.core.storage.common edu.wisc.library.ocfl.core.storage.filesystem -
-
Uses of OcflObjectRootDirIterator in edu.wisc.library.ocfl.core.storage.cloud
Subclasses of OcflObjectRootDirIterator in edu.wisc.library.ocfl.core.storage.cloud Modifier and Type Class Description classCloudOcflObjectRootDirIteratorImplementation ofOcflObjectRootDirIteratorthat iterates over cloud objectsMethods in edu.wisc.library.ocfl.core.storage.cloud that return OcflObjectRootDirIterator Modifier and Type Method Description OcflObjectRootDirIteratorCloudStorage. iterateObjects()Return an iterator that iterates over every OCFL object directory in the repository. -
Uses of OcflObjectRootDirIterator in edu.wisc.library.ocfl.core.storage.common
Methods in edu.wisc.library.ocfl.core.storage.common that return OcflObjectRootDirIterator Modifier and Type Method Description OcflObjectRootDirIteratorStorage. iterateObjects()Return an iterator that iterates over every OCFL object directory in the repository. -
Uses of OcflObjectRootDirIterator in edu.wisc.library.ocfl.core.storage.filesystem
Subclasses of OcflObjectRootDirIterator in edu.wisc.library.ocfl.core.storage.filesystem Modifier and Type Class Description classFileSystemOcflObjectRootDirIteratorImplementation ofOcflObjectRootDirIteratorthat iterates over the filesystemMethods in edu.wisc.library.ocfl.core.storage.filesystem that return OcflObjectRootDirIterator Modifier and Type Method Description OcflObjectRootDirIteratorFileSystemStorage. iterateObjects()Return an iterator that iterates over every OCFL object directory in the repository.
-