接口的使用
org.apache.oro.text.MatchAction
使用MatchAction的程序包
程序包
说明
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.
-
org.apache.oro.text中MatchAction的使用
参数类型为MatchAction的org.apache.oro.text中的方法修饰符和类型方法说明voidMatchActionProcessor.addAction(String pattern, int options, MatchAction action) Registers a pattern action pair, providing options to be used to compile the pattern.voidMatchActionProcessor.addAction(String pattern, MatchAction action) Registers a pattern action pair.