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 void
GeronimoFactoryRegistry. 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 void
GlassFishFactoryRegistry. 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 void
JBossFactoryRegistry. 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 void
JettyFactoryRegistry. 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 void
JoFactoryRegistry. 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 void
JonasFactoryRegistry. 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 void
JRunFactoryRegistry. 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 void
LibertyFactoryRegistry. 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 void
OrionFactoryRegistry. 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 void
PayaraFactoryRegistry. 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 void
ResinFactoryRegistry. 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 void
TomcatFactoryRegistry. 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 void
TomeeFactoryRegistry. 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 void
WebLogicFactoryRegistry. 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 void
WebSphereFactoryRegistry. 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 void
WildFlyFactoryRegistry. 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 void
WildFlySwarmFactoryRegistry. 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 void
AbstractFactoryRegistry. register(ClassLoader classLoader, DeployerFactory factory)
SeeAbstractFactoryRegistry.register(ClassLoader, DeployableFactory)
for the semantics.protected abstract void
AbstractFactoryRegistry. 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 class
DefaultDeployerFactory
DefaultDeployerFactory
implementation 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 DeployerFactory
AbstractDeployerMojo. 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 DeployerFactory
AbstractDeployerFactoryValidator. factory
Container capability factory.
-