Uses of Interface
de.ispsoft.jaxme.re.PatternCompiler

Packages that use PatternCompiler
de.ispsoft.jaxme.re   
 

Uses of PatternCompiler in de.ispsoft.jaxme.re
 

Classes in de.ispsoft.jaxme.re that implement PatternCompiler
 class ApacheRegexpPatternCompiler
          A PatternCompiler based on the Regexp package from the Apache Jakarta project.
 class DummyPatternCompiler
          The DummyPatternCompiler creates rather useless patterns: They return true for any pattern and input string.
 class JavaUtilPatternCompiler
          The JavaUtilPatternCompiler is a PatternCompiler based on the java.util.regex package.
 class OroPatternCompiler
          A PatternCompiler implemented on the Apache ORO package.
 

Methods in de.ispsoft.jaxme.re that return PatternCompiler
static PatternCompiler PatternFactory.getPatternCompiler()
          Returns a PatternCompiler.
 

Methods in de.ispsoft.jaxme.re with parameters of type PatternCompiler
static void PatternFactory.setPatternCompiler(PatternCompiler pPatternCompiler)
          Allows to replace the default PatternCompiler with the given.