Uses of Class
io.ocfl.api.model.OcflObjectVersionFile
-
Packages that use OcflObjectVersionFile Package Description io.ocfl.api.model -
-
Uses of OcflObjectVersionFile in io.ocfl.api.model
Methods in io.ocfl.api.model that return OcflObjectVersionFile Modifier and Type Method Description OcflObjectVersionFile
OcflObjectVersion. getFile(String path)
Returns the OcflObjectVersionFile for the file at the given path or null if it does not existMethods in io.ocfl.api.model that return types with arguments of type OcflObjectVersionFile Modifier and Type Method Description Collection<OcflObjectVersionFile>
OcflObjectVersion. getFiles()
Collection of all of the files in this version of the objectConstructor parameters in io.ocfl.api.model with type arguments of type OcflObjectVersionFile Constructor Description OcflObjectVersion(VersionDetails versionDetails, Map<String,OcflObjectVersionFile> fileMap)
-