Uses of Interface
edu.wisc.library.ocfl.core.path.constraint.PathCharConstraint
-
Packages that use PathCharConstraint Package Description edu.wisc.library.ocfl.core.path.constraint -
-
Uses of PathCharConstraint in edu.wisc.library.ocfl.core.path.constraint
Classes in edu.wisc.library.ocfl.core.path.constraint that implement PathCharConstraint Modifier and Type Class Description classBackslashPathSeparatorConstraintWindows only: Rejects filenames that contain backslashesclassBitSetPathCharConstraintConstraint that applies restrictions on what characters are allowed in file names.Methods in edu.wisc.library.ocfl.core.path.constraint with parameters of type PathCharConstraint Modifier and Type Method Description PathConstraintProcessorPathConstraintProcessor. appendCharConstraint(PathCharConstraint charConstraint)Adds a new character constraint to the end of the list of character constraintsPathConstraintProcessor.BuilderPathConstraintProcessor.Builder. charConstraint(PathCharConstraint charConstraint)Adds a new character constraintPathConstraintProcessorPathConstraintProcessor. prependCharConstraint(PathCharConstraint charConstraint)Adds a new character constraint to the beginning of the list of character constraintsMethod parameters in edu.wisc.library.ocfl.core.path.constraint with type arguments of type PathCharConstraint Modifier and Type Method Description PathConstraintProcessor.BuilderPathConstraintProcessor.Builder. charConstraints(List<PathCharConstraint> charConstraints)Replaces the list of character constraints
-