Uses of Enum
org.apache.mina.core.buffer.matcher.IOCase
Packages that use IOCase
-
Uses of IOCase in org.apache.mina.core.buffer.matcher
Methods in org.apache.mina.core.buffer.matcher that return IOCaseModifier and TypeMethodDescriptionstatic IOCaseFactory method to create an IOCase from a name.static IOCaseReturns the given value if not-null, the defaultValue if null.static IOCaseReturns 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 IOCaseModifier and TypeMethodDescriptionstatic booleanIOCase.isCaseSensitive(IOCase ioCase) Tests for cases sensitivity in a null-safe manner.static IOCaseReturns the given value if not-null, the defaultValue if null.static booleanFilenameUtils.wildcardMatch(String fileName, String wildcardMatcher, IOCase ioCase) Checks a fileName to see if it matches the specified wildcard matcher allowing control over case-sensitivity.