Package edu.wisc.library.ocfl.core.path
Class ContentPathMapper.Builder
- java.lang.Object
-
- edu.wisc.library.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 ContentPathMapperbuildMutableVersion(Inventory inventory)ContentPathMapperbuildStandardVersion(Inventory inventory)ContentPathMapper.BuildercontentPathConstraintProcessor(ContentPathConstraintProcessor contentPathConstraintProcessor)ContentPathMapper.BuilderlogicalPathMapper(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)
-
-