org.apache.jsieve
Interface ComparatorManager

All Known Implementing Classes:
ComparatorManagerImpl

public interface ComparatorManager

Maps Comparator names to configured Comparator implementation classes.


Method Summary
 Comparator getComparator(java.lang.String name)
           Method newInstance answers an instance of the class to which a Comparator name is mapped.
 

Method Detail

getComparator

Comparator getComparator(java.lang.String name)
                         throws LookupException

Method newInstance answers an instance of the class to which a Comparator name is mapped.

Parameters:
name - - The name of the Comparator
Returns:
Class - The class of the Comparator
Throws:
LookupException


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