|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.deployer.AbstractDeployer
org.codehaus.cargo.container.spi.deployer.AbstractLocalDeployer
public abstract class AbstractLocalDeployer
Base deployer to deploy to local containers (installed or embedded).
Constructor Summary | |
---|---|
AbstractLocalDeployer(LocalContainer container)
|
Method Summary | |
---|---|
protected LocalContainer |
getContainer()
|
protected FileHandler |
getFileHandler()
|
protected void |
setFileHandler(FileHandler fileHandler)
|
Methods inherited from class org.codehaus.cargo.container.spi.deployer.AbstractDeployer |
---|
deploy, deploy, deploy, redeploy, start, stop, undeploy, undeploy |
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject |
---|
getLogger, setLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.cargo.container.deployer.Deployer |
---|
getType |
Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
---|
getLogger, setLogger |
Constructor Detail |
---|
public AbstractLocalDeployer(LocalContainer container)
container
- the local installed container into which to perform deployment operationsMethod Detail |
---|
protected LocalContainer getContainer()
protected FileHandler getFileHandler()
protected void setFileHandler(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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |