PathConstraintProcessor |
PathConstraintProcessor.appendCharConstraint(PathCharConstraint charConstraint) |
Adds a new character constraint to the end of the list of character constraints
|
PathConstraintProcessor |
PathConstraintProcessor.appendFileNameConstraint(FileNameConstraint fileNameConstraint) |
Adds a new filename constraint to the end of the list of filename constraints
|
PathConstraintProcessor |
PathConstraintProcessor.appendPathConstraint(PathConstraint pathConstraint) |
Adds a new path constraint to the end of the list of path constraints
|
PathConstraintProcessor |
PathConstraintProcessor.Builder.build() |
|
static PathConstraintProcessor |
LogicalPathConstraints.constraints() |
Logical paths may not:
Begin or end with a '/'
Contain empty filenames
Contain the filenames '.' or '..'
|
static PathConstraintProcessor |
LogicalPathConstraints.constraintsWithBackslashCheck() |
Logical paths may not:
Begin or end with a '/'
Contain empty filenames
Contain the filenames '.' or '..'
Use backslashes as path separators
|
PathConstraintProcessor |
PathConstraintProcessor.prependCharConstraint(PathCharConstraint charConstraint) |
Adds a new character constraint to the beginning of the list of character constraints
|
PathConstraintProcessor |
PathConstraintProcessor.prependFileNameConstraint(FileNameConstraint fileNameConstraint) |
Adds a new filename constraint to the beginning of the list of filename constraints
|
PathConstraintProcessor |
PathConstraintProcessor.prependPathConstraint(PathConstraint pathConstraint) |
Adds a new path constraint to the beginning of the list of path constraints
|