Uses of Class
org.apache.mina.core.buffer.matcher.IOCase
-
Packages that use IOCase Package Description org.apache.mina.core.buffer.matcher -
-
Uses of IOCase in org.apache.mina.core.buffer.matcher
Methods in org.apache.mina.core.buffer.matcher that return IOCase Modifier and Type Method Description static IOCaseIOCase. forName(java.lang.String name)Factory method to create an IOCase from a name.static IOCaseIOCase. value(IOCase value, IOCase defaultValue)Returns the given value if not-null, the defaultValue if null.static IOCaseIOCase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IOCase[]IOCase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.mina.core.buffer.matcher with parameters of type IOCase Modifier and Type Method Description static booleanIOCase. isCaseSensitive(IOCase ioCase)Tests for cases sensitivity in a null-safe manner.static IOCaseIOCase. value(IOCase value, IOCase defaultValue)Returns the given value if not-null, the defaultValue if null.static booleanFilenameUtils. wildcardMatch(java.lang.String fileName, java.lang.String wildcardMatcher, IOCase ioCase)Checks a fileName to see if it matches the specified wildcard matcher allowing control over case-sensitivity.
-