Uses of Class
org.uberfire.apache.commons.io.IOCase
-
Packages that use IOCase Package Description org.uberfire.apache.commons.io -
-
Uses of IOCase in org.uberfire.apache.commons.io
Fields in org.uberfire.apache.commons.io declared as IOCase Modifier and Type Field Description static IOCaseIOCase. INSENSITIVEThe constant for case insensitive regardless of operating system.static IOCaseIOCase. SENSITIVEThe constant for case sensitive regardless of operating system.static IOCaseIOCase. SYSTEMThe constant for case sensitivity determined by the current operating system.Methods in org.uberfire.apache.commons.io that return IOCase Modifier and Type Method Description static IOCaseIOCase. forName(String name)Factory method to create an IOCase from a name.Methods in org.uberfire.apache.commons.io with parameters of type IOCase Modifier and Type Method Description static booleanFilenameUtils. equals(String filename1, String filename2, boolean normalized, IOCase caseSensitivity)Checks whether two filenames are equal, optionally normalizing and providing control over the case-sensitivity.static booleanFilenameUtils. wildcardMatch(String filename, String wildcardMatcher, IOCase caseSensitivity)Checks a filename to see if it matches the specified wildcard matcher allowing control over case-sensitivity.
-