Uses of Interface
org.codehaus.cargo.generic.deployable.DeployableFactory
-
-
Uses of DeployableFactory in org.codehaus.cargo.container.geronimo
Methods in org.codehaus.cargo.container.geronimo with parameters of type DeployableFactory Modifier and Type Method Description protected void
GeronimoFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.glassfish
Methods in org.codehaus.cargo.container.glassfish with parameters of type DeployableFactory Modifier and Type Method Description protected void
GlassFishFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.jboss
Methods in org.codehaus.cargo.container.jboss with parameters of type DeployableFactory Modifier and Type Method Description protected void
JBossFactoryRegistry. register(DeployableFactory deployableFactory)
Registers additionalDeployable
implementations, that the JBoss containers support, to the givenDeployableFactory
. -
Uses of DeployableFactory in org.codehaus.cargo.container.jetty
Methods in org.codehaus.cargo.container.jetty with parameters of type DeployableFactory Modifier and Type Method Description protected void
JettyFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.jo
Methods in org.codehaus.cargo.container.jo with parameters of type DeployableFactory Modifier and Type Method Description protected void
JoFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.jonas
Methods in org.codehaus.cargo.container.jonas with parameters of type DeployableFactory Modifier and Type Method Description protected void
JonasFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.jrun
Methods in org.codehaus.cargo.container.jrun with parameters of type DeployableFactory Modifier and Type Method Description protected void
JRunFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.liberty
Methods in org.codehaus.cargo.container.liberty with parameters of type DeployableFactory Modifier and Type Method Description protected void
LibertyFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.orion
Methods in org.codehaus.cargo.container.orion with parameters of type DeployableFactory Modifier and Type Method Description protected void
OrionFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.payara
Methods in org.codehaus.cargo.container.payara with parameters of type DeployableFactory Modifier and Type Method Description protected void
PayaraFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.resin
Methods in org.codehaus.cargo.container.resin with parameters of type DeployableFactory Modifier and Type Method Description protected void
ResinFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.tomcat
Methods in org.codehaus.cargo.container.tomcat with parameters of type DeployableFactory Modifier and Type Method Description protected void
TomcatFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.tomee
Methods in org.codehaus.cargo.container.tomee with parameters of type DeployableFactory Modifier and Type Method Description protected void
TomeeFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.weblogic
Methods in org.codehaus.cargo.container.weblogic with parameters of type DeployableFactory Modifier and Type Method Description protected void
WebLogicFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.websphere
Methods in org.codehaus.cargo.container.websphere with parameters of type DeployableFactory Modifier and Type Method Description protected void
WebSphereFactoryRegistry. register(DeployableFactory deployableFactory)
Register deployable factory. -
Uses of DeployableFactory in org.codehaus.cargo.container.wildfly
Methods in org.codehaus.cargo.container.wildfly with parameters of type DeployableFactory Modifier and Type Method Description protected void
WildFlyFactoryRegistry. register(DeployableFactory deployableFactory)
Registers additionalDeployable
implementations, that the WildFly containers support, to the givenDeployableFactory
. -
Uses of DeployableFactory in org.codehaus.cargo.container.wildfly.swarm
Methods in org.codehaus.cargo.container.wildfly.swarm with parameters of type DeployableFactory Modifier and Type Method Description protected void
WildFlySwarmFactoryRegistry. register(DeployableFactory factory)
RegistersDeployable
implementations to the givenDeployableFactory
. -
Uses of DeployableFactory in org.codehaus.cargo.generic
Methods in org.codehaus.cargo.generic with parameters of type DeployableFactory Modifier and Type Method Description static void
AbstractFactoryRegistry. register(ClassLoader classLoader, DeployableFactory factory)
Discovers all theDeployable
s and adds them to the givenDeployableFactory
.protected abstract void
AbstractFactoryRegistry. register(DeployableFactory factory)
RegistersDeployable
implementations to the givenDeployableFactory
. -
Uses of DeployableFactory in org.codehaus.cargo.generic.deployable
Classes in org.codehaus.cargo.generic.deployable that implement DeployableFactory Modifier and Type Class Description class
DefaultDeployableFactory
Default deployable factory that returns deployables for a given container.
-