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
static int makeMask(String modifiers)
           
 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

makeMask

public static int makeMask(String modifiers)


Licenced under the Apache License, Version 2.0