| Package | Description |
|---|---|
| com.toolsverse.util |
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static IOCase |
IOCase.forName(String name)
Factory method to create an IOCase from a name.
|
| Modifier and Type | Method and 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.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.