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 voidGeronimoFactoryRegistry. 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 voidGlassFishFactoryRegistry. 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 voidJBossFactoryRegistry. register(DeployableFactory deployableFactory)Registers additionalDeployableimplementations, 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 voidJettyFactoryRegistry. 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 voidJoFactoryRegistry. 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 voidJonasFactoryRegistry. 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 voidJRunFactoryRegistry. 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 voidLibertyFactoryRegistry. 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 voidOrionFactoryRegistry. 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 voidPayaraFactoryRegistry. 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 voidResinFactoryRegistry. 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 voidTomcatFactoryRegistry. 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 voidTomeeFactoryRegistry. 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 voidWebLogicFactoryRegistry. 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 voidWebSphereFactoryRegistry. 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 voidWildFlyFactoryRegistry. register(DeployableFactory deployableFactory)Registers additionalDeployableimplementations, 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 voidWildFlySwarmFactoryRegistry. register(DeployableFactory factory)RegistersDeployableimplementations 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 voidAbstractFactoryRegistry. register(ClassLoader classLoader, DeployableFactory factory)Discovers all theDeployables and adds them to the givenDeployableFactory.protected abstract voidAbstractFactoryRegistry. register(DeployableFactory factory)RegistersDeployableimplementations 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 classDefaultDeployableFactoryDefault deployable factory that returns deployables for a given container.
-