com.mycila.testing.plugins.jetty.config
Interface Config

All Superinterfaces:
RawConfig
All Known Implementing Classes:
DefaultConfig

public interface Config
extends RawConfig

Extension of RawConfig which provides resolved,


Method Summary
 ServerLifeCycleListener getServerLifeCycleListener()
          The ServerLifeCycleListener instance which allow customization of the server configuration.
 Class<?> getSourceClass()
          Returns the JettyRunWar source class.
 JettyRunWar getSourceConfig()
          Returns the JettyRunWar source configuration.
 Method getSourceMethod()
          Returns the JettyRunWar source configuration.
 URL getWarLocationUrl()
          The location of the WAR file to load.
 
Methods inherited from interface com.mycila.testing.plugins.jetty.config.RawConfig
getContextPath, getServerLifeCycleListenerClass, getServerPort, getWarLocation, isDeployWebapp, isSkip, isStartServer
 

Method Detail

getWarLocationUrl

URL getWarLocationUrl()
The location of the WAR file to load.

Returns:
the location of the WAR file to load.

getServerLifeCycleListener

ServerLifeCycleListener getServerLifeCycleListener()
The ServerLifeCycleListener instance which allow customization of the server configuration.

Returns:
the server lifecycle listener instance.

getSourceConfig

JettyRunWar getSourceConfig()
Returns the JettyRunWar source configuration.

Returns:
the JettyRunWar source configuration.

getSourceMethod

Method getSourceMethod()
Returns the JettyRunWar source configuration.

Returns:
the JettyRunWar source configuration.

getSourceClass

Class<?> getSourceClass()
Returns the JettyRunWar source class.

Returns:
the JettyRunWar source class.


Copyright © 2010-2011 Mycila. All Rights Reserved.