|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jsieve.ComparatorManagerImpl
public class ComparatorManagerImpl
Maps Comparator names to configured Comparator implementation classes.
Constructor Summary | |
---|---|
ComparatorManagerImpl(java.util.Map classNameMap)
Constructor for ComparatorManager. |
Method Summary | |
---|---|
Comparator |
getComparator(java.lang.String name)
Method newInstance answers an instance of the class to which a Comparator name is mapped. |
java.lang.Class |
lookup(java.lang.String name)
Method lookup answers the class to which a Comparator name is mapped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComparatorManagerImpl(java.util.Map classNameMap)
Method Detail |
---|
public java.lang.Class lookup(java.lang.String name) throws LookupException
Method lookup answers the class to which a Comparator name is mapped.
name
- -
The name of the Comparator
LookupException
public Comparator getComparator(java.lang.String name) throws LookupException
Method newInstance answers an instance of the class to which a Comparator name is mapped.
getComparator
in interface ComparatorManager
name
- -
The name of the Comparator
LookupException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |