Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.acmsl.regexpplugin.RegexpEngineNotFoundException

Uses of RegexpEngineNotFoundException in org.acmsl.regexpplugin
 

Methods in org.acmsl.regexpplugin that throw RegexpEngineNotFoundException
static Compiler RegexpManager.createCompiler()
          Creates a new compiler.
static Helper RegexpManager.createHelper()
          Creates a new helper instance.
protected static Compiler RegexpManager.createSpecificCompiler(java.lang.String[] engine)
          Creates a compiler determined by given class name.
protected static Helper RegexpManager.createSpecificHelper(java.lang.String[] engine)
          Creates a compiler determined by given class name.
static Matcher RegexpManager.createMatcher()
          Creates a new pattern matcher.
private static Matcher RegexpManager.createSpecificMatcher(java.lang.String[] engine)
          Creates a matcher determined by given class name.