Uses of Interface
edu.wisc.library.ocfl.core.path.constraint.FileNameConstraint
-
Packages that use FileNameConstraint Package Description edu.wisc.library.ocfl.core.path.constraint -
-
Uses of FileNameConstraint in edu.wisc.library.ocfl.core.path.constraint
Classes in edu.wisc.library.ocfl.core.path.constraint that implement FileNameConstraint Modifier and Type Class Description classBeginEndPathConstraintValidates that a path or filename does or does not begin or and with a specified valueclassNonEmptyFileNameConstraintValidates that there are no empty filenamesclassPathLengthConstraintValidates 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 FileNameConstraint Modifier and Type Method Description PathConstraintProcessorPathConstraintProcessor. appendFileNameConstraint(FileNameConstraint fileNameConstraint)Adds a new filename constraint to the end of the list of filename constraintsPathConstraintProcessor.BuilderPathConstraintProcessor.Builder. fileNameConstraint(FileNameConstraint fileNameConstraint)Adds a new filename constraintPathConstraintProcessorPathConstraintProcessor. prependFileNameConstraint(FileNameConstraint fileNameConstraint)Adds a new filename constraint to the beginning of the list of filename constraintsMethod parameters in edu.wisc.library.ocfl.core.path.constraint with type arguments of type FileNameConstraint Modifier and Type Method Description PathConstraintProcessor.BuilderPathConstraintProcessor.Builder. fileNameConstraints(List<FileNameConstraint> fileNameConstraints)Replaces the list of filename constraints
-