Uses of Interface
org.codehaus.cargo.generic.deployer.DeployerFactory
-
-
Uses of DeployerFactory in org.codehaus.cargo.container.geronimo
Methods in org.codehaus.cargo.container.geronimo with parameters of type DeployerFactory Modifier and Type Method Description protected voidGeronimoFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.glassfish
Methods in org.codehaus.cargo.container.glassfish with parameters of type DeployerFactory Modifier and Type Method Description protected voidGlassFishFactoryRegistry. register(DeployerFactory deployerFactory)Register installed local deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.jboss
Methods in org.codehaus.cargo.container.jboss with parameters of type DeployerFactory Modifier and Type Method Description protected voidJBossFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.jetty
Methods in org.codehaus.cargo.container.jetty with parameters of type DeployerFactory Modifier and Type Method Description protected voidJettyFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.jo
Methods in org.codehaus.cargo.container.jo with parameters of type DeployerFactory Modifier and Type Method Description protected voidJoFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.jonas
Methods in org.codehaus.cargo.container.jonas with parameters of type DeployerFactory Modifier and Type Method Description protected voidJonasFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.jrun
Methods in org.codehaus.cargo.container.jrun with parameters of type DeployerFactory Modifier and Type Method Description protected voidJRunFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.liberty
Methods in org.codehaus.cargo.container.liberty with parameters of type DeployerFactory Modifier and Type Method Description protected voidLibertyFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.orion
Methods in org.codehaus.cargo.container.orion with parameters of type DeployerFactory Modifier and Type Method Description protected voidOrionFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.payara
Methods in org.codehaus.cargo.container.payara with parameters of type DeployerFactory Modifier and Type Method Description protected voidPayaraFactoryRegistry. register(DeployerFactory deployerFactory)Register installed local deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.resin
Methods in org.codehaus.cargo.container.resin with parameters of type DeployerFactory Modifier and Type Method Description protected voidResinFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.tomcat
Methods in org.codehaus.cargo.container.tomcat with parameters of type DeployerFactory Modifier and Type Method Description protected voidTomcatFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.tomee
Methods in org.codehaus.cargo.container.tomee with parameters of type DeployerFactory Modifier and Type Method Description protected voidTomeeFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.weblogic
Methods in org.codehaus.cargo.container.weblogic with parameters of type DeployerFactory Modifier and Type Method Description protected voidWebLogicFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.websphere
Methods in org.codehaus.cargo.container.websphere with parameters of type DeployerFactory Modifier and Type Method Description protected voidWebSphereFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.wildfly
Methods in org.codehaus.cargo.container.wildfly with parameters of type DeployerFactory Modifier and Type Method Description protected voidWildFlyFactoryRegistry. register(DeployerFactory deployerFactory)Register deployer. -
Uses of DeployerFactory in org.codehaus.cargo.container.wildfly.swarm
Methods in org.codehaus.cargo.container.wildfly.swarm with parameters of type DeployerFactory Modifier and Type Method Description protected voidWildFlySwarmFactoryRegistry. register(DeployerFactory factory)SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics. -
Uses of DeployerFactory in org.codehaus.cargo.generic
Methods in org.codehaus.cargo.generic with parameters of type DeployerFactory Modifier and Type Method Description static voidAbstractFactoryRegistry. register(ClassLoader classLoader, DeployerFactory factory)SeeAbstractFactoryRegistry.register(ClassLoader, DeployableFactory)for the semantics.protected abstract voidAbstractFactoryRegistry. register(DeployerFactory factory)SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics. -
Uses of DeployerFactory in org.codehaus.cargo.generic.deployer
Classes in org.codehaus.cargo.generic.deployer that implement DeployerFactory Modifier and Type Class Description classDefaultDeployerFactoryDefaultDeployerFactoryimplementation that has all the known container deployers registered against their containers. -
Uses of DeployerFactory in org.codehaus.cargo.maven3
Methods in org.codehaus.cargo.maven3 that return DeployerFactory Modifier and Type Method Description protected DeployerFactoryAbstractDeployerMojo. createDeployerFactory() -
Uses of DeployerFactory in org.codehaus.cargo.sample.java.validator
Fields in org.codehaus.cargo.sample.java.validator declared as DeployerFactory Modifier and Type Field Description protected DeployerFactoryAbstractDeployerFactoryValidator. factoryContainer capability factory.
-