public abstract class AbstractLocalDeployer extends AbstractDeployer
Constructor and Description |
---|
AbstractLocalDeployer(LocalContainer container) |
Modifier and Type | Method and Description |
---|---|
protected LocalContainer |
getContainer() |
protected org.codehaus.cargo.util.FileHandler |
getFileHandler() |
protected void |
setFileHandler(org.codehaus.cargo.util.FileHandler fileHandler) |
deploy, deploy, deploy, redeploy, start, stop, undeploy, undeploy
public AbstractLocalDeployer(LocalContainer container)
container
- the local installed container into which to perform deployment operationsprotected LocalContainer getContainer()
protected org.codehaus.cargo.util.FileHandler getFileHandler()
protected void setFileHandler(org.codehaus.cargo.util.FileHandler fileHandler)
fileHandler
- the Cargo file utility class to use. This method is useful for unit
testing with Mock objects as it can be passed a test file handler that doesn't perform
any real file action.Copyright © 2004-2013 Codehaus. All Rights Reserved.