Package io.ocfl.core.path
Class ContentPathMapper.Builder
- java.lang.Object
-
- io.ocfl.core.path.ContentPathMapper.Builder
-
- Enclosing class:
- ContentPathMapper
public static class ContentPathMapper.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentPathMapper
buildMutableVersion(Inventory inventory)
ContentPathMapper
buildStandardVersion(Inventory inventory)
ContentPathMapper.Builder
contentPathConstraintProcessor(ContentPathConstraintProcessor contentPathConstraintProcessor)
ContentPathMapper.Builder
logicalPathMapper(LogicalPathMapper logicalPathMapper)
-
-
-
Method Detail
-
logicalPathMapper
public ContentPathMapper.Builder logicalPathMapper(LogicalPathMapper logicalPathMapper)
-
contentPathConstraintProcessor
public ContentPathMapper.Builder contentPathConstraintProcessor(ContentPathConstraintProcessor contentPathConstraintProcessor)
-
buildStandardVersion
public ContentPathMapper buildStandardVersion(Inventory inventory)
-
buildMutableVersion
public ContentPathMapper buildMutableVersion(Inventory inventory)
-
-