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