Modifier and Type | Method and Description |
---|---|
TransformationEnvironment |
EnvironmentService.getEnvironment(String id)
Get the transformation environment with the given identifier, if it
exists.
|
Modifier and Type | Method and Description |
---|---|
Collection<TransformationEnvironment> |
EnvironmentService.getEnvironments()
Get the available transformation environments.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentManager.addEnvironment(TransformationEnvironment environment)
Add a transformation environment.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectTransformationEnvironment
Transformation environment based on a
Project . |
Modifier and Type | Method and Description |
---|---|
TransformationEnvironment |
EnvironmentManagerImpl.getEnvironment(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<TransformationEnvironment> |
EnvironmentManagerImpl.getEnvironments() |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentManagerImpl.addEnvironment(TransformationEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.util.concurrent.ListenableFuture<Boolean> |
Transformation.transform(List<InstanceReader> sources,
InstanceWriter target,
TransformationEnvironment environment,
ReportHandler reportHandler,
Object processId)
Transform the instances provided through the given instance readers and
supply the result to the given instance writer.
|
static com.google.common.util.concurrent.ListenableFuture<Boolean> |
Transformation.transform(List<InstanceReader> sources,
InstanceWriter target,
TransformationEnvironment environment,
ReportHandler reportHandler,
Object processId,
InstanceValidator validator)
Transform the instances provided through the given instance readers and
supply the result to the given instance writer.
|
Modifier and Type | Method and Description |
---|---|
TransformationEnvironment |
ProjectHandler.getTransformationEnvironment()
Get the transformation environment if available.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a