Package org.joni

Class MatcherFactory


  • public abstract class MatcherFactory
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static MatcherFactory DEFAULT  
    • Constructor Summary

      Constructors 
      Constructor Description
      MatcherFactory()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Matcher create​(Regex regex, byte[] bytes, int p, int end)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MatcherFactory

        public MatcherFactory()
    • Method Detail

      • create

        public abstract Matcher create​(Regex regex,
                                       byte[] bytes,
                                       int p,
                                       int end)