| Interface | Description |
|---|---|
| ClassNameMatcher |
An object that matches a Class name to a condition.
|
| Class | Description |
|---|---|
| FilenameUtils |
This class is extracted from Apache commons-io project
|
| FullClassNameMatcher |
A
ClassNameMatcher that matches on full class names. |
| RegexpClassNameMatcher |
A
ClassNameMatcher that uses regular expressions. |
| WildcardClassNameMatcher |
A
ClassNameMatcher that uses simplified regular expressions
provided by org.apache.commons.io.FilenameUtils.wildcardMatch(String, String)
This object is immutable and thread-safe. |
| Enum | Description |
|---|---|
| FileSystem |
Abstracts an OS' file system details, currently supporting the single use case of converting a file name String to a
legal file name with
FileSystem.toLegalFileName(String, char). |
| IOCase |
Enumeration of IO case sensitivity.
|
Copyright © 2004–2024 Apache MINA Project. All rights reserved.