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.
 ExecutableCommand CommandManager.getCommand(java.lang.String name)
          Gets an instance of a command by name.
 Comparator ComparatorManager.getComparator(java.lang.String name)
          Gets a comparator by name.
 Comparator ComparatorManagerImpl.getComparator(java.lang.String name)
           Method newInstance answers an instance of the class to which a Comparator name is mapped.
 ExecutableTest TestManager.getTest(java.lang.String name)
          Gets a test instance by name.
 ExecutableTest TestManagerImpl.getTest(java.lang.String name)
           Method newInstance answers an instance of the class to which a Test name is mapped.
 boolean Test.isTestPassed(MailAdapter mail, SieveContext context)
          Is this test passed for the given mail?
 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.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.