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

Packages that use LookupException
org.apache.jsieve   
org.apache.jsieve.commands   
org.apache.jsieve.comparators   
 

Uses of LookupException in org.apache.jsieve
 

Methods in org.apache.jsieve that throw LookupException
protected  java.lang.String CommandManagerImpl.getClassName(java.lang.String name)
           Method getClassName answers the name of the class to which a Command name is mapped.
 ExecutableCommand CommandManagerImpl.getCommand(java.lang.String name)
           Method newInstance answers an instance of the class to which a Command name is mapped.
abstract  ExecutableCommand SieveContext.getCommand(java.lang.String name)
           
 ExecutableCommand CommandManager.getCommand(java.lang.String name)
           Method newInstance answers an instance of the class to which a Command name is mapped.
 ExecutableCommand BaseSieveContext.getCommand(java.lang.String name)
           
 Comparator ComparatorManagerImpl.getComparator(java.lang.String name)
           Method newInstance answers an instance of the class to which a Comparator name is mapped.
 Comparator ComparatorManager.getComparator(java.lang.String name)
           Method newInstance answers an instance of the class to which a Comparator name is mapped.
abstract  Comparator SieveContext.getComparator(java.lang.String name)
           
 Comparator BaseSieveContext.getComparator(java.lang.String name)
           
 ExecutableTest TestManager.getTest(java.lang.String name)
           Method newInstance answers an instance of the class to which a Test name is mapped.
abstract  ExecutableTest SieveContext.getTest(java.lang.String name)
           
 ExecutableTest BaseSieveContext.getTest(java.lang.String name)
           
 ExecutableTest TestManagerImpl.getTest(java.lang.String name)
           Method newInstance answers an instance of the class to which a Test name is mapped.
 java.lang.Class ComparatorManagerImpl.lookup(java.lang.String name)
           Method lookup answers the class to which a Comparator name is mapped.
 java.lang.Class TestManagerImpl.lookup(java.lang.String name)
           Method lookup answers the class to which a Test name is mapped.
 

Uses of LookupException in org.apache.jsieve.commands
 

Methods in org.apache.jsieve.commands that throw LookupException
protected  void Require.validateCommand(java.lang.String name, SieveContext context)
          Method validateCommand.
protected  void Require.validateTest(java.lang.String name, SieveContext context)
          Method validateTest.
 

Uses of LookupException in org.apache.jsieve.comparators
 

Methods in org.apache.jsieve.comparators that throw LookupException
static boolean ComparatorUtils.contains(java.lang.String comparatorName, java.lang.String container, java.lang.String contents, SieveContext context)
          Method contains answers a boolean indicating if the parameter container contains the parameter contents using an instance of comparatorName.
static boolean ComparatorUtils.is(java.lang.String comparatorName, java.lang.String string1, java.lang.String string2, SieveContext context)
          Method is answers a boolean indicating if the parameter container is equal to the parameter contents using an instance of comparatorName.
 



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