Uses of Class
org.codehaus.cargo.container.glassfish.internal.AbstractGlassFishInstalledLocalDeployer
-
Packages that use AbstractGlassFishInstalledLocalDeployer Package Description org.codehaus.cargo.container.glassfish org.codehaus.cargo.container.glassfish.internal org.codehaus.cargo.container.payara -
-
Uses of AbstractGlassFishInstalledLocalDeployer in org.codehaus.cargo.container.glassfish
Subclasses of AbstractGlassFishInstalledLocalDeployer in org.codehaus.cargo.container.glassfish Modifier and Type Class Description classGlassFish2xInstalledLocalDeployerGlassFish 2.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish3xInstalledLocalDeployerGlassFish 3.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish4xInstalledLocalDeployerGlassFish 4.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish5xInstalledLocalDeployerGlassFish 5.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish6xInstalledLocalDeployerGlassFish 6.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish7xInstalledLocalDeployerGlassFish 7.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.classGlassFish8xInstalledLocalDeployerGlassFish 8.x installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.Methods in org.codehaus.cargo.container.glassfish that return AbstractGlassFishInstalledLocalDeployer Modifier and Type Method Description protected AbstractGlassFishInstalledLocalDeployerGlassFish2xInstalledLocalContainer. getLocalDeployer()protected AbstractGlassFishInstalledLocalDeployerGlassFish3xInstalledLocalContainer. getLocalDeployer()protected AbstractGlassFishInstalledLocalDeployerGlassFish4xInstalledLocalContainer. getLocalDeployer()protected AbstractGlassFishInstalledLocalDeployerGlassFish5xInstalledLocalContainer. getLocalDeployer()protected AbstractGlassFishInstalledLocalDeployerGlassFish6xInstalledLocalContainer. getLocalDeployer()protected AbstractGlassFishInstalledLocalDeployerGlassFish7xInstalledLocalContainer. getLocalDeployer()protected AbstractGlassFishInstalledLocalDeployerGlassFish8xInstalledLocalContainer. getLocalDeployer() -
Uses of AbstractGlassFishInstalledLocalDeployer in org.codehaus.cargo.container.glassfish.internal
Methods in org.codehaus.cargo.container.glassfish.internal that return AbstractGlassFishInstalledLocalDeployer Modifier and Type Method Description protected abstract AbstractGlassFishInstalledLocalDeployerAbstractGlassFishInstalledLocalContainer. getLocalDeployer() -
Uses of AbstractGlassFishInstalledLocalDeployer in org.codehaus.cargo.container.payara
Subclasses of AbstractGlassFishInstalledLocalDeployer in org.codehaus.cargo.container.payara Modifier and Type Class Description classPayaraInstalledLocalDeployerPayara installed local deployer, which uses the GlassFish asadmin to deploy and undeploy applications.Methods in org.codehaus.cargo.container.payara that return AbstractGlassFishInstalledLocalDeployer Modifier and Type Method Description protected AbstractGlassFishInstalledLocalDeployerPayaraInstalledLocalContainer. getLocalDeployer()
-