类的使用
org.apache.oro.text.MalformedCachePatternException
程序包
说明
This package provides FilenameFilters that filter based on a regular
expression and other I/O-related classes that derive their
functionality from regular expressions.
This package used to be the TextTools library and provides general
text processing support, including a glob regular expression class,
pattern caching and line-by-line processing classes.
This package used to be the PerlTools library and adds Perl5
regular expression syntactic sugar built on top of the
org.apache.oro.text.regex Perl5 regular expression classes.-
org.apache.oro.io中MalformedCachePatternException的使用
修饰符和类型方法说明voidRegexFilenameFilter.setFilterExpression(String regex) Set the regular expression on which to filter.voidRegexFilenameFilter.setFilterExpression(String regex, int options) Set the regular expression on which to filter along with any special options to use when compiling the expression. -
org.apache.oro.text中MalformedCachePatternException的使用
修饰符和类型方法说明final PatternGenericPatternCache.getPattern(String expression) Same as callingfinal PatternGenericPatternCache.getPattern(String expression, int options) This method fetches a pattern from the cache.PatternCache.getPattern(String expression) This method fetches a pattern from the cache.PatternCache.getPattern(String expression, int options) This method fetches a pattern from the cache. -
org.apache.oro.text.perl中MalformedCachePatternException的使用
修饰符和类型类说明final classAn exception used to indicate errors in Perl style regular expressions.