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
 java.lang.Class CommandManager.lookup(java.lang.String name)
           Method lookup answers the class to which a Command name is mapped.
 ExecutableCommand CommandManager.newInstance(java.lang.String name)
           Method newInstance answers an instance of the class to which a Command name is mapped.
protected  java.lang.String CommandManager.getClassName(java.lang.String name)
           Method getClassName answers the name of the class to which a Command name is mapped.
 java.lang.Class TestManager.lookup(java.lang.String name)
           Method lookup answers the class to which a Test name is mapped.
 ExecutableTest TestManager.newInstance(java.lang.String name)
           Method newInstance answers an instance of the class to which a Test name is mapped.
protected  java.lang.String TestManager.getClassName(java.lang.String name)
           Method getClassName answers the name of the class to which a Test name is mapped.
static ExecutableCommand Command.lookup(java.lang.String name)
          Looks up an executable command with the given name.
static ExecutableTest Test.lookup(java.lang.String name)
           
 java.lang.Class ComparatorManager.lookup(java.lang.String name)
           Method lookup answers the class to which a Comparator name is mapped.
 Comparator ComparatorManager.newInstance(java.lang.String name)
           Method newInstance answers an instance of the class to which a Comparator name is mapped.
protected  java.lang.String ComparatorManager.getClassName(java.lang.String name)
           Method getClassName answers the name of the class to which a Comparator 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)
          Method validateCommand.
protected  void Require.validateTest(java.lang.String name)
          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)
          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)
          Method is answers a boolean indicating if the parameter container is equal to the parameter contents using an instance of comparatorName.
 



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