Uses of Class
org.apache.jsieve.SieveConfigurationException

Packages that use SieveConfigurationException
org.apache.jsieve   
 

Uses of SieveConfigurationException in org.apache.jsieve
 

Methods in org.apache.jsieve that throw SieveConfigurationException
protected  java.util.Map CommandManager.getClassNameMap()
          Method getClassNameMap answers a Map of Command names and their class names.
protected  java.util.Map TestManager.getClassNameMap()
          Method getClassNameMap answers a Map of Test names and their class names.
protected  java.util.Map ComparatorManager.getClassNameMap()
          Method getClassNameMap answers a Map of Comparator names and their class names.
static ConfigurationManager ConfigurationManager.getInstance()
          Returns the sole instance of the receiver, lazily initialised if required.
protected static ConfigurationManager ConfigurationManager.computeInstance()
          Returns a new instance of the receiver.
protected static void ConfigurationManager.updateInstance()
          Updates the instance.
 



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