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

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

Uses of DeployerFactory in org.codehaus.cargo.generic
 

Methods in org.codehaus.cargo.generic with parameters of type DeployerFactory
static void AbstractFactoryRegistry.register(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.
 

Uses of DeployerFactory in org.codehaus.cargo.maven2
 

Methods in org.codehaus.cargo.maven2 that return DeployerFactory
 DeployerFactory AbstractDeployerMojo.getDeployerFactory()
           
 

Methods in org.codehaus.cargo.maven2 with parameters of type DeployerFactory
 void AbstractDeployerMojo.setDeployerFactory(DeployerFactory factory)
           
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.