com.aelitis.azureus.core.util
Class RegExUtil

java.lang.Object
  extended by com.aelitis.azureus.core.util.RegExUtil

public class RegExUtil
extends Object


Constructor Summary
RegExUtil()
           
 
Method Summary
static Pattern getCachedPattern(String namespace, String pattern)
           
static Pattern getCachedPattern(String namespace, String pattern, int flags)
           
static boolean mightBeEvil(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExUtil

public RegExUtil()
Method Detail

getCachedPattern

public static Pattern getCachedPattern(String namespace,
                                       String pattern)

getCachedPattern

public static Pattern getCachedPattern(String namespace,
                                       String pattern,
                                       int flags)

mightBeEvil

public static boolean mightBeEvil(String str)