Package edu.wisc.library.ocfl.core
Class ObjectPaths.VersionRoot
- java.lang.Object
-
- edu.wisc.library.ocfl.core.ObjectPaths.VersionRoot
-
- All Implemented Interfaces:
ObjectPaths.HasInventory
- Enclosing class:
- ObjectPaths
public static class ObjectPaths.VersionRoot extends Object implements ObjectPaths.HasInventory
Provides methods for navigating an OCFL object version directory
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcontentPath()ObjectPaths.ContentRootcontentRoot()StringinventoryFile()StringinventorySidecar()StringobjectId()Stringpath()
-
-
-
Method Detail
-
objectId
public String objectId()
-
path
public String path()
-
inventoryFile
public String inventoryFile()
- Specified by:
inventoryFilein interfaceObjectPaths.HasInventory
-
inventorySidecar
public String inventorySidecar()
- Specified by:
inventorySidecarin interfaceObjectPaths.HasInventory
-
contentPath
public String contentPath()
-
contentRoot
public ObjectPaths.ContentRoot contentRoot()
-
-