org.apache.cactus.configuration
Interface Configuration

All Known Subinterfaces:
WebConfiguration
All Known Implementing Classes:
AbstractWebConfiguration, BaseConfiguration

public interface Configuration

Contains all configuration information for the Cactus framework.

Version:
$Id: Configuration.java,v 1.4 2003/05/26 11:45:25 cmlenz Exp $
Author:
Vincent Massol

Method Summary
 java.lang.String getConnectionHelper()
           
 java.lang.String getContextURL()
           
 java.lang.String getInitializer()
           
 

Method Detail

getContextURL

public java.lang.String getContextURL()
Returns:
the context URL under which our application to test runs.

getConnectionHelper

public java.lang.String getConnectionHelper()
Returns:
the ConnectionHelper classname to use for opening the HTTP connection

getInitializer

public java.lang.String getInitializer()
Returns:
the initializer class (i.e. a class that is executed before the Cactus tests start on the client side) or null if none has been defined


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.