com.hp.hpl.jena.sparql.expr
Class RegexJava

java.lang.Object
  extended by com.hp.hpl.jena.sparql.expr.RegexJava
All Implemented Interfaces:
RegexEngine

public class RegexJava
extends Object
implements RegexEngine


Constructor Summary
RegexJava(String pattern, String flags)
           
 
Method Summary
 boolean match(String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexJava

public RegexJava(String pattern,
                 String flags)
Method Detail

match

public boolean match(String s)
Specified by:
match in interface RegexEngine


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.