Package | Description |
---|---|
org.apache.mina.core.buffer.matcher |
Modifier and Type | Method and Description |
---|---|
static IOCase |
IOCase.forName(String name)
Factory method to create an IOCase from a name.
|
static IOCase |
IOCase.value(IOCase value,
IOCase defaultValue)
Returns the given value if not-null, the defaultValue if null.
|
static IOCase |
IOCase.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
IOCase.isCaseSensitive(IOCase ioCase)
Tests for cases sensitivity in a null-safe manner.
|
static IOCase |
IOCase.value(IOCase value,
IOCase defaultValue)
Returns the given value if not-null, the defaultValue if null.
|
static boolean |
FilenameUtils.wildcardMatch(String fileName,
String wildcardMatcher,
IOCase ioCase)
Checks a fileName to see if it matches the specified wildcard matcher
allowing control over case-sensitivity.
|
Copyright © 2004–2025 Apache MINA Project. All rights reserved.