Uses of Class
edu.wisc.library.ocfl.core.path.constraint.PathLengthConstraint
-
Packages that use PathLengthConstraint Package Description edu.wisc.library.ocfl.core.path.constraint -
-
Uses of PathLengthConstraint in edu.wisc.library.ocfl.core.path.constraint
Methods in edu.wisc.library.ocfl.core.path.constraint that return PathLengthConstraint Modifier and Type Method Description static PathLengthConstraintPathLengthConstraint. maxBytes(int maxLength)Creates a new constraint that limits the number of bytes in a pathstatic PathLengthConstraintPathLengthConstraint. maxChars(int maxLength)Creates a new constraint that limits the number of characters in a path
-