Uses of Interface
com.mycila.testing.plugins.jetty.config.RawConfig

Packages that use RawConfig
com.mycila.testing.plugins.jetty.config   
 

Uses of RawConfig in com.mycila.testing.plugins.jetty.config
 

Subinterfaces of RawConfig in com.mycila.testing.plugins.jetty.config
 interface Config
          Extension of RawConfig which provides resolved, getWarLocation() as Config.getWarLocationUrl(); getServerLifeCycleListenerClass() as Config.getServerLifeCycleListener() instance.
 

Classes in com.mycila.testing.plugins.jetty.config that implement RawConfig
 class DefaultConfig
          The default implementation with default values of RawConfig and provides Configuration extension.
 

Fields in com.mycila.testing.plugins.jetty.config with type parameters of type RawConfig
static Class<? extends RawConfig> DefaultConfig.DEFAULT_CONFIG_CLASS
          The default JettyRunWar.value() RawConfiguration class.
 

Constructors in com.mycila.testing.plugins.jetty.config with parameters of type RawConfig
DefaultConfig(RawConfig config)
          Instantiates with a RawConfiguration;
 



Copyright © 2010-2011 Mycila. All Rights Reserved.