org.joni
Class MatcherFactory

java.lang.Object
  extended by org.joni.MatcherFactory

public abstract class MatcherFactory
extends Object


Field Summary
(package private) static MatcherFactory DEFAULT
           
 
Constructor Summary
MatcherFactory()
           
 
Method Summary
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
 

Field Detail

DEFAULT

static final MatcherFactory DEFAULT
Constructor Detail

MatcherFactory

public MatcherFactory()
Method Detail

create

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


Copyright © 2013. All Rights Reserved.