Uses of Class
oms3.ngmf.util.IOCase
-
Packages that use IOCase Package Description oms3.ngmf.util -
-
Uses of IOCase in oms3.ngmf.util
Fields in oms3.ngmf.util 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 oms3.ngmf.util that return IOCase Modifier and Type Method Description static IOCaseIOCase. forName(String name)Factory method to create an IOCase from a name.Methods in oms3.ngmf.util with parameters of type IOCase Modifier and Type Method Description 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.Constructors in oms3.ngmf.util with parameters of type IOCase Constructor Description WildcardFileFilter(String wildcard, IOCase caseSensitivity)Construct a new wildcard filter for a single wildcard specifying case-sensitivity.
-