Uses of Interface
org.codehaus.cargo.generic.configuration.ConfigurationFactory

Packages that use ConfigurationFactory
org.codehaus.cargo.generic   
org.codehaus.cargo.generic.configuration   
 

Uses of ConfigurationFactory in org.codehaus.cargo.generic
 

Methods in org.codehaus.cargo.generic with parameters of type ConfigurationFactory
static void AbstractFactoryRegistry.register(ClassLoader classLoader, ConfigurationFactory factory)
          See AbstractFactoryRegistry.register(ClassLoader, DeployableFactory) for the semantics.
protected abstract  void AbstractFactoryRegistry.register(ConfigurationFactory factory)
          See AbstractFactoryRegistry.register(DeployableFactory) for the semantics.
 

Uses of ConfigurationFactory in org.codehaus.cargo.generic.configuration
 

Classes in org.codehaus.cargo.generic.configuration that implement ConfigurationFactory
 class DefaultConfigurationFactory
          Default ConfigurationFactory implementation that has all the known container configurations registered against their containers.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.