org.apache.jsieve
Interface TestManager

All Known Implementing Classes:
TestManagerImpl

public interface TestManager

Maps Test names to configured Test implementation classes.


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

Method Detail

getTest

ExecutableTest getTest(java.lang.String name)
                       throws LookupException

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

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


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