Uses of Class
org.fcrepo.storage.ocfl.PersistencePaths
-
Packages that use PersistencePaths Package Description org.fcrepo.storage.ocfl -
-
Uses of PersistencePaths in org.fcrepo.storage.ocfl
Methods in org.fcrepo.storage.ocfl that return PersistencePaths Modifier and Type Method Description static PersistencePathsPersistencePaths. aclResource(boolean describesRdfResource, String rootResourceId, String resourceId)Returns the paths for ACL resources.static PersistencePathsPersistencePaths. nonRdfResource(String rootResourceId, String resourceId)Returns the paths for a non-RDF resource.static PersistencePathsPersistencePaths. rdfResource(String rootResourceId, String resourceId)Returns the paths for RDF resources.
-