Uses of Class
org.apache.jsieve.exception.SievePatternException

Packages that use SievePatternException
org.apache.jsieve.comparators   
 

Uses of SievePatternException in org.apache.jsieve.comparators
 

Methods in org.apache.jsieve.comparators that throw SievePatternException
 boolean AsciiCasemap.matches(java.lang.String string, java.lang.String glob)
           
 boolean Octet.matches(java.lang.String string, java.lang.String glob)
           
static boolean ComparatorUtils.matches(java.lang.String string, java.lang.String glob)
           Method matches answers a boolean indicating if the parameter string matches the glob pattern described by parameter glob.
 boolean AsciiNumeric.matches(java.lang.String string, java.lang.String glob)
           
 



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.