org.apache.jsieve
Interface TestManager

All Known Implementing Classes:
TestManagerImpl

public interface TestManager

Maps Test names to configured Test implementation classes.

Thread Safety

Implementation dependent. TestManagerImpl is a thread safe implementation.


Method Summary
 ExecutableTest getTest(java.lang.String name)
          Gets a test instance by name.
 

Method Detail

getTest

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

Gets a test instance by name.

Parameters:
name - - The name of the Test
Returns:
the test, not null
Throws:
LookupException


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