Package org.apache.mina.core.buffer.matcher
package org.apache.mina.core.buffer.matcher
-
ClassDescriptionAn object that matches a Class name to a condition.This class is extracted from Apache commons-io projectAbstracts 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).AClassNameMatcherthat matches on full class names.Enumeration of IO case sensitivity.AClassNameMatcherthat uses regular expressions.AClassNameMatcherthat uses simplified regular expressions provided by org.apache.commons.io.FilenameUtils#wildcardMatch(String, String)