org.infoglue.deliver.applications.filters
Class URIMatcher

java.lang.Object
  extended by org.infoglue.deliver.applications.filters.URIMatcher

public class URIMatcher
extends java.lang.Object

Created by IntelliJ IDEA. User: lbj Date: 31-01-2004 Time: 22:04:30 To change this template use Options | File Templates.


Constructor Summary
URIMatcher(java.util.regex.Pattern[] patterns)
           
 
Method Summary
static URIMatcher compilePatterns(java.lang.String[] strings, boolean caseSensitive)
           
 boolean matches(java.lang.String URI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIMatcher

public URIMatcher(java.util.regex.Pattern[] patterns)
Method Detail

compilePatterns

public static URIMatcher compilePatterns(java.lang.String[] strings,
                                         boolean caseSensitive)
                                  throws java.util.regex.PatternSyntaxException
Throws:
java.util.regex.PatternSyntaxException

matches

public boolean matches(java.lang.String URI)


Copyright © 2005 InfoGlue.org All Rights Reserved.