public interface EnvironmentFactory
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Environment> |
createEnvironments() |
void |
destroyEnvironments(java.util.Collection<Environment> envs)
Cleans up everything created by createEnvironments.
|
java.util.Collection<Environment> createEnvironments() throws java.io.IOException
java.io.IOExceptionvoid destroyEnvironments(java.util.Collection<Environment> envs)
envs - - environments created by createEnvironments.