static FilePathRestrictions |
FilePathRestrictions.combineFilePathRestrictions(FilePathRestrictions... rules)
Combine sets of rules to form a set that satisfies them all and that
include transformations away from Unicode control characters.
|
static FilePathRestrictions |
FilePathRestrictionInstance.getFilePathRestrictions(FilePathRestrictionInstance... enums)
Get a set of rules by which local files may not be named on the file-system,
formed by combining the given rules identifiers with rules against control characters.
|
static FilePathRestrictions |
FilePathRestrictionInstance.getFilePathRestrictions(java.lang.String... names)
Get a set of rules by which local files may not be named on the file-system,
formed by combining the rules of the given names with rules against control characters.
|