Uses of Enum Class
de.cuioss.tools.io.IOCase

Packages that use IOCase
Package
Description
Provides a number of io related utilities
  • Uses of IOCase in de.cuioss.tools.io

    Methods in de.cuioss.tools.io that return IOCase
    Modifier and Type
    Method
    Description
    static IOCase
    IOCase.forName(String name)
    Factory method to create an IOCase from a name.
    static IOCase
    IOCase.valueOf(String name)
    Returns 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 IOCase
    Modifier and Type
    Method
    Description
    static 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.
    static boolean
    FilenameUtils.wildcardMatch(String filename, String wildcardMatcher, IOCase caseSensitivity)
    Checks a filename to see if it matches the specified wildcard matcher allowing control over case-sensitivity.