Package io.ocfl.core
Class ObjectPaths.VersionRoot
- java.lang.Object
-
- io.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 String
contentPath()
ObjectPaths.ContentRoot
contentRoot()
String
inventoryFile()
String
inventorySidecar()
String
objectId()
String
path()
-
-
-
Method Detail
-
objectId
public String objectId()
-
path
public String path()
-
inventoryFile
public String inventoryFile()
- Specified by:
inventoryFile
in interfaceObjectPaths.HasInventory
-
inventorySidecar
public String inventorySidecar()
- Specified by:
inventorySidecar
in interfaceObjectPaths.HasInventory
-
contentPath
public String contentPath()
-
contentRoot
public ObjectPaths.ContentRoot contentRoot()
-
-