| BeginEndPathConstraint |
Validates that a path or filename does or does not begin or and with a specified value
|
| BitSetPathCharConstraint |
Constraint that applies restrictions on what characters are allowed in file names.
|
| ContentPathConstraintProcessor |
|
| DefaultContentPathConstraintProcessor |
This class enforces constraints on content paths.
|
| DefaultContentPathConstraintProcessor.Builder |
Use this to construct a ContentPathConstraintProcessor
|
| FileNameConstraint |
Validates that a filename meets a defined constraint
|
| PathCharConstraint |
Validates that the characters in a filename meet a defined constraint
|
| PathConstraint |
Validates that a path meets a defined constraint
|
| PathConstraintProcessor |
A PathConstraintProcessor is used to apply a preconfigured set of constraints to a given path.
|
| PathConstraintProcessor.Builder |
Use this to construct a new PathConstraintProcessor
|
| PathLengthConstraint |
Validates that a path or filename are not longer than a fixed number of characters or bytes
|
| PathLengthConstraint.Type |
|
| RegexPathConstraint |
Validates that a path or filename does or does not match a regex
|