Package com.tonicsystems.jarjar.regex
Class GnuRegexEngine
- java.lang.Object
-
- com.tonicsystems.jarjar.regex.GnuRegexEngine
-
- All Implemented Interfaces:
RegexEngine
public class GnuRegexEngine extends java.lang.Object implements RegexEngine
-
-
Constructor Summary
Constructors Constructor Description GnuRegexEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pattern
compile(java.lang.String pattern)
-
-
-
Method Detail
-
compile
public Pattern compile(java.lang.String pattern)
- Specified by:
compile
in interfaceRegexEngine
-
-