org.codehaus.cargo.container
Interface RemoteContainer
- All Superinterfaces:
- Container, Loggable
- All Known Implementing Classes:
- AbstractRemoteContainer
public interface RemoteContainer
- extends Container
A remote container is a container that is already installed and started (locally or on a remote
machine). It is accessed remotely without any file system access.
- Version:
- $Id: RemoteContainer.java 531 2005-10-04 21:11:59Z vmassol $
setConfiguration
void setConfiguration(RuntimeConfiguration configuration)
- Parameters:
configuration
- the runtime configuration implementation to use
getConfiguration
RuntimeConfiguration getConfiguration()
- Returns:
- the runtime configuration to use
- See Also:
setConfiguration(RuntimeConfiguration)
Copyright © 2004-2011 Codehaus. All Rights Reserved.