Package io.ocfl.core

Class DefaultOcflRepository

java.lang.Object
io.ocfl.core.DefaultOcflRepository
All Implemented Interfaces:
OcflRepository
Direct Known Subclasses:
DefaultMutableOcflRepository

public class DefaultOcflRepository extends Object implements OcflRepository
Primary implementation of the OcflRepository API. It is storage agnostic. It is typically instantiated using OcflRepositoryBuilder.
See Also: