Uses of Class
org.codehaus.cargo.container.deployer.DeployerType
-
-
Uses of DeployerType in org.codehaus.cargo.container.deployer
Fields in org.codehaus.cargo.container.deployer declared as DeployerType Modifier and Type Field Description static DeployerTypeDeployerType. EMBEDDEDA deployer type to deploy to an embedded local container.static DeployerTypeDeployerType. INSTALLEDA deployer type to deploy to an installed local container.static DeployerTypeDeployerType. REMOTEA deployer type to deploy to a remote container.Methods in org.codehaus.cargo.container.deployer that return DeployerType Modifier and Type Method Description DeployerTypeDeployer. getType()static DeployerTypeDeployerType. toType(String typeAsString)Transform a type represented as a string into aDeployerTypeobject.static DeployerTypeDeployerType. toType(ContainerType containerType)Converts aContainerTypeto the correspondingDeployerType. -
Uses of DeployerType in org.codehaus.cargo.container.glassfish.internal
Methods in org.codehaus.cargo.container.glassfish.internal that return DeployerType Modifier and Type Method Description DeployerTypeAbstractGlassFishInstalledLocalDeployer. getType() -
Uses of DeployerType in org.codehaus.cargo.container.jetty.internal
Methods in org.codehaus.cargo.container.jetty.internal that return DeployerType Modifier and Type Method Description DeployerTypeAbstractJettyEmbeddedLocalDeployer. getType() -
Uses of DeployerType in org.codehaus.cargo.container.spi.deployer
Methods in org.codehaus.cargo.container.spi.deployer that return DeployerType Modifier and Type Method Description DeployerTypeAbstractEmbeddedLocalDeployer. getType()DeployerTypeAbstractInstalledLocalDeployer. getType()DeployerTypeAbstractRemoteDeployer. getType() -
Uses of DeployerType in org.codehaus.cargo.container.tomcat
Methods in org.codehaus.cargo.container.tomcat that return DeployerType Modifier and Type Method Description DeployerTypeTomcatEmbeddedLocalDeployer. getType() -
Uses of DeployerType in org.codehaus.cargo.container.tomcat.internal
Methods in org.codehaus.cargo.container.tomcat.internal that return DeployerType Modifier and Type Method Description DeployerTypeAbstractTomcatManagerInstalledLocalDeployer. getType()DeployerTypeAbstractTomcatRemoteDeployer. getType() -
Uses of DeployerType in org.codehaus.cargo.container.websphere
Methods in org.codehaus.cargo.container.websphere that return DeployerType Modifier and Type Method Description DeployerTypeWebSphere85xInstalledLocalDeployer. getType() -
Uses of DeployerType in org.codehaus.cargo.generic.deployer
Methods in org.codehaus.cargo.generic.deployer with parameters of type DeployerType Modifier and Type Method Description DeployerDefaultDeployerFactory. createDeployer(Container container, DeployerType deployerType)Create aDeployerinstance matching the specified container and type.DeployerDeployerFactory. createDeployer(Container container, DeployerType deployerType)Create aDeployerinstance matching the specified container and type.Class<? extends Deployer>DefaultDeployerFactory. getDeployerClass(String containerId, DeployerType deployerType)Class<? extends Deployer>DeployerFactory. getDeployerClass(String containerId, DeployerType deployerType)booleanDefaultDeployerFactory. isDeployerRegistered(String containerId, DeployerType deployerType)booleanDeployerFactory. isDeployerRegistered(String containerId, DeployerType deployerType)voidDefaultDeployerFactory. registerDeployer(String containerId, DeployerType deployerType, Class<? extends Deployer> deployerClass)Registers aDeployerimplementation.voidDefaultDeployerFactory. registerDeployer(String containerId, DeployerType deployerType, String deployerClassName)Registers a deployer using a class specified as a String.voidDeployerFactory. registerDeployer(String containerId, DeployerType deployerType, Class<? extends Deployer> deployerClass)Registers aDeployerimplementation.
-