org.codehaus.cargo.container.internal
Interface SpawnedContainer

All Known Subinterfaces:
InstalledLocalContainer
All Known Implementing Classes:
AbstractInstalledLocalContainer

public interface SpawnedContainer

All methods that a container that is spawned must implement.

Version:
$Id: SpawnedContainer.java 882 2006-02-27 15:31:16Z vmassol $

Method Summary
 java.lang.String[] getExtraClasspath()
           
 java.util.Map getSystemProperties()
           
 void setExtraClasspath(java.lang.String[] classpath)
           
 void setSystemProperties(java.util.Map properties)
           
 

Method Detail

setExtraClasspath

public void setExtraClasspath(java.lang.String[] classpath)
Parameters:
classpath - the extra classpath that is added to the container's classpath when it is started.

getExtraClasspath

public java.lang.String[] getExtraClasspath()
Returns:
the extra classpath that is added to the container's classpath when it is started.

setSystemProperties

public void setSystemProperties(java.util.Map properties)
Parameters:
properties - the System properties to set in the container executing VM.

getSystemProperties

public java.util.Map getSystemProperties()
Returns:
the System properties to set in the container executing VM.


Copyright © 2004-2008 Codehaus. All Rights Reserved.