Package edu.wisc.library.ocfl.core.storage
-
Interface Summary Interface Description OcflStorage Extension point that allows the OCFL repository to use any number of storage implementations so long as they conform to this interface.OcflStorageInitializer Initializes an OCFL repository by either creating a new repository root or reading the configuration from an existing repository. -
Class Summary Class Description AbstractOcflStorage OcflStorage abstract implementation that handles managing the repository's state, initialized, open, close.CachingOcflStorage Adds an Inventory caching layer on top of an OcflStorage implementation.DefaultOcflStorage Implements the core logic for manipulating OCFL objects.DefaultOcflStorageInitializer Initializes an OCFL repository.ObjectDetailsDbOcflStorage OcflStorageBuilder Builder for constructingOcflStorageobjects.