|
KIE NIO.2 :: Model 6.0.0.CR4-Pre1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IOCase | |
|---|---|
| org.apache.commons.io | |
| Uses of IOCase in org.apache.commons.io |
|---|
| Fields in org.apache.commons.io declared as IOCase | |
|---|---|
static IOCase |
IOCase.INSENSITIVE
The constant for case insensitive regardless of operating system. |
static IOCase |
IOCase.SENSITIVE
The constant for case sensitive regardless of operating system. |
static IOCase |
IOCase.SYSTEM
The constant for case sensitivity determined by the current operating system. |
| Methods in org.apache.commons.io that return IOCase | |
|---|---|
static IOCase |
IOCase.forName(String name)
Factory method to create an IOCase from a name. |
| Methods in org.apache.commons.io with parameters of type IOCase | |
|---|---|
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. |
|
KIE NIO.2 :: Model 6.0.0.CR4-Pre1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||