Uses of Interface
org.fcrepo.migration.foxml.CachedContent
-
Packages that use CachedContent Package Description org.fcrepo.migration.foxml -
-
Uses of CachedContent in org.fcrepo.migration.foxml
Classes in org.fcrepo.migration.foxml that implement CachedContent Modifier and Type Class Description classFileCachedContentA CashedContent implementation that exposes content stored in a file.classMemoryCachedContentA CachedContent implementation that stores the entirety of the content in memory as String.classURLCachedContentA CachedContent implementation that exposes content stored at a resolvable URL.Methods in org.fcrepo.migration.foxml that return CachedContent Modifier and Type Method Description CachedContentDirectoryScanningIDResolver. resolveInternalID(String id)CachedContentInternalIDResolver. resolveInternalID(String id)Gets the datastream for an internal ID.
-