public class EnvironmentManagerImpl extends Object implements EnvironmentManager
TransformationEnvironment
s.Constructor and Description |
---|
EnvironmentManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addEnvironment(TransformationEnvironment environment)
Add a transformation environment.
|
TransformationEnvironment |
getEnvironment(String id)
Get the transformation environment with the given identifier, if it
exists.
|
Collection<TransformationEnvironment> |
getEnvironments()
Get the available transformation environments.
|
void |
removeEnvironment(String id)
Remove a transformation environment.
|
public Collection<TransformationEnvironment> getEnvironments()
EnvironmentService
getEnvironments
in interface EnvironmentService
public TransformationEnvironment getEnvironment(String id)
EnvironmentService
getEnvironment
in interface EnvironmentService
id
- the identifiernull
if
there is nonepublic void addEnvironment(TransformationEnvironment environment)
EnvironmentManager
addEnvironment
in interface EnvironmentManager
environment
- the environment to addpublic void removeEnvironment(String id)
EnvironmentManager
removeEnvironment
in interface EnvironmentManager
id
- the identifier of the environment to removeBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a