Class AbstractInstalledLocalDeployer
- java.lang.Object
-
- org.codehaus.cargo.util.log.LoggedObject
-
- org.codehaus.cargo.container.spi.deployer.AbstractDeployer
-
- org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
-
- org.codehaus.cargo.container.spi.deployer.AbstractInstalledLocalDeployer
-
- Direct Known Subclasses:
AbstractCopyingInstalledLocalDeployer
,AbstractSwitchableLocalDeployer
,GeronimoInstalledLocalDeployer
,WebLogic8xConfigXmlInstalledLocalDeployer
,WebLogic9x10x12x14xConfigXmlInstalledLocalDeployer
,WebLogicWlstOfflineInstalledLocalDeployer
public abstract class AbstractInstalledLocalDeployer extends AbstractLocalDeployer
Base deployer to deploy to installed local containers.
-
-
Constructor Summary
Constructors Constructor Description AbstractInstalledLocalDeployer(LocalContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployerType
getType()
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
getContainer, getFileHandler
-
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer
deploy, deploy, deploy, redeploy, redeploy, redeploy, start, start, stop, stop, undeploy, undeploy
-
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
-
-
-
-
Constructor Detail
-
AbstractInstalledLocalDeployer
public AbstractInstalledLocalDeployer(LocalContainer container)
-
-
Method Detail
-
getType
public DeployerType getType()
- Returns:
- the deployer's type (local, remote, etc)
-
-