org.codehaus.cargo.container
Interface LocalContainer
- All Superinterfaces:
- Container, Loggable, RunnableContainer
- All Known Subinterfaces:
- EmbeddedLocalContainer, InstalledLocalContainer
- All Known Implementing Classes:
- AbstractEmbeddedLocalContainer, AbstractInstalledLocalContainer, AbstractLocalContainer
public interface LocalContainer
- extends Container, RunnableContainer
A local container is a container that executes on the machine where Cargo is executing.
A local container can be started and stopped and is thus controlled by Cargo. This is by
opposition to a remote container which is outside the control of Cargo and which is started
and stopped externally from Cargo.
- Version:
- $Id: LocalContainer.java 1870 2009-02-12 18:45:44Z adriancole $
setConfiguration
void setConfiguration(LocalConfiguration configuration)
- Parameters:
configuration
- the local configuration implementation to use
getConfiguration
LocalConfiguration getConfiguration()
- Returns:
- the local configuration to use
- See Also:
setConfiguration(LocalConfiguration)
setFileHandler
void setFileHandler(FileHandler handler)
- Parameters:
handler
- means by which we affect local files.
getFileHandler
FileHandler getFileHandler()
- Returns:
- the means by which we affect local files.
Copyright © 2004-2011 Codehaus. All Rights Reserved.