Uses of Interface
edu.wisc.library.ocfl.core.path.constraint.PathConstraint
-
Packages that use PathConstraint Package Description edu.wisc.library.ocfl.core.path.constraint -
-
Uses of PathConstraint in edu.wisc.library.ocfl.core.path.constraint
Classes in edu.wisc.library.ocfl.core.path.constraint that implement PathConstraint Modifier and Type Class Description classBeginEndPathConstraintValidates that a path or filename does or does not begin or and with a specified valueclassPathLengthConstraintValidates that a path or filename are not longer than a fixed number of characters or bytesclassRegexPathConstraintValidates that a path or filename does or does not match a regexMethods in edu.wisc.library.ocfl.core.path.constraint with parameters of type PathConstraint Modifier and Type Method Description PathConstraintProcessorPathConstraintProcessor. appendPathConstraint(PathConstraint pathConstraint)Adds a new path constraint to the end of the list of path constraintsPathConstraintProcessor.BuilderPathConstraintProcessor.Builder. pathConstraint(PathConstraint pathConstraint)Adds a new path constraintPathConstraintProcessorPathConstraintProcessor. prependPathConstraint(PathConstraint pathConstraint)Adds a new path constraint to the beginning of the list of path constraintsMethod parameters in edu.wisc.library.ocfl.core.path.constraint with type arguments of type PathConstraint Modifier and Type Method Description PathConstraintProcessor.BuilderPathConstraintProcessor.Builder. pathConstraints(List<PathConstraint> pathConstraints)Replaces the list of path constraintsConstructor parameters in edu.wisc.library.ocfl.core.path.constraint with type arguments of type PathConstraint Constructor Description PathConstraintProcessor(List<PathConstraint> pathConstraints, List<FileNameConstraint> fileNameConstraints, List<PathCharConstraint> charConstraints)Constructs a new PathConstraintProcessor.
-