Uses of Class
edu.wisc.library.ocfl.api.model.FileDetails
-
Packages that use FileDetails Package Description edu.wisc.library.ocfl.api.model -
-
Uses of FileDetails in edu.wisc.library.ocfl.api.model
Methods in edu.wisc.library.ocfl.api.model that return FileDetails Modifier and Type Method Description FileDetailsFileDetails. addDigest(DigestAlgorithm algorithm, String value)FileDetailsVersionDetails. getFile(String path)Returns the FileDetails for the file at the given path or null if it does not existFileDetailsFileDetails. setFixity(Map<DigestAlgorithm,String> fixity)FileDetailsFileDetails. setPath(String path)FileDetailsFileDetails. setStorageRelativePath(String storageRelativePath)Methods in edu.wisc.library.ocfl.api.model that return types with arguments of type FileDetails Modifier and Type Method Description Map<String,FileDetails>VersionDetails. getFileMap()Returns a map of logical paths to file details that represents the state of the object at this version.Collection<FileDetails>VersionDetails. getFiles()Collection of all of the files in this version of the objectMethod parameters in edu.wisc.library.ocfl.api.model with type arguments of type FileDetails Modifier and Type Method Description VersionDetailsVersionDetails. setFileMap(Map<String,FileDetails> fileMap)Constructors in edu.wisc.library.ocfl.api.model with parameters of type FileDetails Constructor Description OcflObjectVersionFile(FileDetails fileDetails, OcflFileRetriever fileRetriever)
-