Uses of Class
edu.wisc.library.ocfl.core.validation.storage.Listing
-
Packages that use Listing Package Description edu.wisc.library.ocfl.core.validation.storage -
-
Uses of Listing in edu.wisc.library.ocfl.core.validation.storage
Methods in edu.wisc.library.ocfl.core.validation.storage that return Listing Modifier and Type Method Description static ListingListing. directory(String relativePath)static ListingListing. file(String relativePath)Methods in edu.wisc.library.ocfl.core.validation.storage that return types with arguments of type Listing Modifier and Type Method Description List<Listing>CloudStorage. listDirectory(String directoryPath, boolean recursive)List<Listing>FileSystemStorage. listDirectory(String directoryPath, boolean recursive)List<Listing>Storage. listDirectory(String directoryPath, boolean recursive)Return a list of all of the files an directories contained in the specified directory.
-