Frames | No Frames |
Fields of type org.apache.commons.io.IOCase | |
IOCase | The constant for case insensitive regardless of operating system. |
IOCase | The constant for case sensitive regardless of operating system. |
IOCase | The constant for case sensitivity determined by the current operating system. |
Methods with parameter type org.apache.commons.io.IOCase | |
boolean | FilenameUtils.equals(String filename1, String filename2, boolean normalized, IOCase caseSensitivity) Checks whether two filenames are equal, optionally normalizing and providing
control over the case-sensitivity. |
boolean | Checks a filename to see if it matches the specified wildcard matcher
allowing control over case-sensitivity. |
Methods with return type org.apache.commons.io.IOCase | |
IOCase | Factory method to create an IOCase from a name. |
Constructors with parameter type org.apache.commons.io.IOCase | |
Constructs a new name file filter for a list of names specifying case-sensitivity. | |
Construct a new name file filter specifying case-sensitivity. | |
Constructs a new name file filter for an array of names specifying case-sensitivity. | |
Construct a new wildcard filter for a list of wildcards specifying case-sensitivity. | |
Construct a new wildcard filter for a single wildcard specifying case-sensitivity. | |
Construct a new wildcard filter for an array of wildcards specifying case-sensitivity. |
Fields of type org.apache.commons.io.IOCase | |
IOCase | Whether the comparison is case sensitive. |
IOCase | Whether the comparison is case sensitive. |