public interface SpawnedContainer
| Modifier and Type | Method and Description |
|---|---|
String[] |
getExtraClasspath() |
Map |
getSystemProperties() |
void |
setExtraClasspath(String[] classpath) |
void |
setSystemProperties(Map properties) |
void setExtraClasspath(String[] classpath)
classpath - the extra classpath that is added to the container's classpath when it is
started.String[] getExtraClasspath()
void setSystemProperties(Map properties)
properties - the System properties to set in the container executing VM.Map getSystemProperties()
Copyright © 2004-2013 Codehaus. All Rights Reserved.