Uses of Interface
org.codehaus.cargo.generic.deployer.DeployerFactory

Packages that use DeployerFactory
org.codehaus.cargo.generic   
org.codehaus.cargo.generic.deployer   
 

Uses of DeployerFactory in org.codehaus.cargo.generic
 

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

Uses of DeployerFactory in org.codehaus.cargo.generic.deployer
 

Classes in org.codehaus.cargo.generic.deployer that implement DeployerFactory
 class DefaultDeployerFactory
          Default DeployerFactory implementation that has all the known container deployers registered against their containers.
 



Copyright © 2004-2011 Codehaus. All Rights Reserved.