Uses of Enum Class
de.cuioss.tools.io.IOCase
Packages that use IOCase
-
Uses of IOCase in de.cuioss.tools.io
Methods in de.cuioss.tools.io that return IOCaseModifier and TypeMethodDescriptionstatic IOCaseFactory method to create an IOCase from a name.static IOCaseReturns the enum constant of this class with the specified name.static IOCase[]IOCase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.cuioss.tools.io with parameters of type IOCaseModifier and TypeMethodDescriptionstatic 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.