Uses of Interface
edu.wisc.library.ocfl.core.path.constraint.ContentPathConstraintProcessor
-
Packages that use ContentPathConstraintProcessor Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.path edu.wisc.library.ocfl.core.path.constraint -
-
Uses of ContentPathConstraintProcessor in edu.wisc.library.ocfl.core
Methods in edu.wisc.library.ocfl.core with parameters of type ContentPathConstraintProcessor Modifier and Type Method Description OcflRepositoryBuilderOcflRepositoryBuilder. contentPathConstraints(ContentPathConstraintProcessor contentPathConstraints)Overrides the default ContentPathConstraintProcessor that is used to enforce restrictions on what constitutes a valid content path.Constructors in edu.wisc.library.ocfl.core with parameters of type ContentPathConstraintProcessor Constructor Description DefaultMutableOcflRepository(OcflStorage storage, Path workDir, ObjectLock objectLock, InventoryMapper inventoryMapper, LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, OcflConfig config, boolean verifyStaging)DefaultOcflRepository(OcflStorage storage, Path workDir, ObjectLock objectLock, InventoryMapper inventoryMapper, LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, OcflConfig config, boolean verifyStaging) -
Uses of ContentPathConstraintProcessor in edu.wisc.library.ocfl.core.path
Methods in edu.wisc.library.ocfl.core.path with parameters of type ContentPathConstraintProcessor Modifier and Type Method Description ContentPathMapper.BuilderContentPathMapper.Builder. contentPathConstraintProcessor(ContentPathConstraintProcessor contentPathConstraintProcessor)Constructors in edu.wisc.library.ocfl.core.path with parameters of type ContentPathConstraintProcessor Constructor Description ContentPathMapper(LogicalPathMapper logicalPathMapper, ContentPathConstraintProcessor contentPathConstraintProcessor, String objectRootPath, String contentDirectory, VersionNum versionNum, RevisionNum revisionNum) -
Uses of ContentPathConstraintProcessor in edu.wisc.library.ocfl.core.path.constraint
Classes in edu.wisc.library.ocfl.core.path.constraint that implement ContentPathConstraintProcessor Modifier and Type Class Description classDefaultContentPathConstraintProcessorThis class enforces constraints on content paths.Methods in edu.wisc.library.ocfl.core.path.constraint that return ContentPathConstraintProcessor Modifier and Type Method Description static ContentPathConstraintProcessorContentPathConstraints. all()Constructs a ContentPathConstraintProcessor that applies the minimum path constraints across Unix, Windows, and cloud filesystems.static ContentPathConstraintProcessorContentPathConstraints. cloud()Constructs a ContentPathConstraintProcessor that applies the minimum path constraints across cloud providers (Amazon, Azure, Google).static ContentPathConstraintProcessorContentPathConstraints. none()Constructs a ContentPathConstraintProcessor that does no special validation.static ContentPathConstraintProcessorContentPathConstraints. unix()Constructs a ContentPathConstraintProcessor that applies the minimum path constraints on a unix based filesystem.static ContentPathConstraintProcessorContentPathConstraints. windows()Constructs a ContentPathConstraintProcessor that applies the minimum path constraints on a Windows based filesystem.
-