Package org.apache.mina.core.buffer.matcher
-
Interface Summary Interface Description ClassNameMatcher An object that matches a Class name to a condition. -
Class Summary Class Description FilenameUtils This class is extracted from Apache commons-io projectFullClassNameMatcher AClassNameMatcherthat matches on full class names.RegexpClassNameMatcher AClassNameMatcherthat uses regular expressions.WildcardClassNameMatcher AClassNameMatcherthat uses simplified regular expressions provided by org.apache.commons.io.FilenameUtils.wildcardMatch(String, String) -
Enum Summary 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 withFileSystem.toLegalFileName(String, char).IOCase Enumeration of IO case sensitivity.