Uses of Class
edu.wisc.library.ocfl.core.path.constraint.RegexPathConstraint
-
Packages that use RegexPathConstraint Package Description edu.wisc.library.ocfl.core.path.constraint -
-
Uses of RegexPathConstraint in edu.wisc.library.ocfl.core.path.constraint
Methods in edu.wisc.library.ocfl.core.path.constraint that return RegexPathConstraint Modifier and Type Method Description static RegexPathConstraintRegexPathConstraint. mustContain(Pattern pattern)Creates a new constraint that validates paths do match the regexstatic RegexPathConstraintRegexPathConstraint. mustNotContain(Pattern pattern)Creates a new constraint that validates paths do not match the regex
-