Uses of Class
edu.wisc.library.ocfl.core.storage.common.Listing
-
Packages that use Listing 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 Listing in edu.wisc.library.ocfl.core.storage.cloud
Methods in edu.wisc.library.ocfl.core.storage.cloud that return types with arguments of type Listing Modifier and Type Method Description List<Listing>CloudStorage. listDirectory(String directoryPath)Return a list of all files and directories contained in the specified directory.List<Listing>CloudStorage. listRecursive(String directoryPath)Return a list of all leaf-node descendents of the specified directory, this includes empty leaf-node directories. -
Uses of Listing in edu.wisc.library.ocfl.core.storage.common
Methods in edu.wisc.library.ocfl.core.storage.common that return Listing Modifier and Type Method Description static ListingListing. directory(String relativePath)Creates a directory listing.static ListingListing. file(String relativePath)Creates a file listing.static ListingListing. other(String relativePath)Creates a listing for a file that is neither a regular file nor directory, such as a symbolic link.Methods in edu.wisc.library.ocfl.core.storage.common that return types with arguments of type Listing Modifier and Type Method Description List<Listing>Storage. listDirectory(String directoryPath)Return a list of all files and directories contained in the specified directory.List<Listing>Storage. listRecursive(String directoryPath)Return a list of all leaf-node descendents of the specified directory, this includes empty leaf-node directories. -
Uses of Listing in edu.wisc.library.ocfl.core.storage.filesystem
Methods in edu.wisc.library.ocfl.core.storage.filesystem that return types with arguments of type Listing Modifier and Type Method Description List<Listing>FileSystemStorage. listDirectory(String directoryPath)Return a list of all files and directories contained in the specified directory.List<Listing>FileSystemStorage. listRecursive(String directoryPath)Return a list of all leaf-node descendents of the specified directory, this includes empty leaf-node directories.
-