Package org.radeox.regex
Class JdkCompiler
- java.lang.Object
-
- org.radeox.regex.Compiler
-
- org.radeox.regex.JdkCompiler
-
public class JdkCompiler extends Compiler
-
-
Constructor Summary
Constructors Constructor Description JdkCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Patterncompile(String regex)Compile a String regular expression to a regex patternvoidsetMultiline(boolean multiline)Whether the compiler should create multiline patterns or single line patterns.
-
-
-
Method Detail
-
setMultiline
public void setMultiline(boolean multiline)
Description copied from class:CompilerWhether the compiler should create multiline patterns or single line patterns.- Specified by:
setMultilinein classCompiler- Parameters:
multiline- True if the pattern is multiline, otherwise false
-
-