public class TransformationExecutorManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ITransformationExecutor |
getExecutor(java.lang.String name)
Retrieves the transformation to execute given its name.
|
static void |
init()
Initializes the manager.
|
static TransformationExecutorManager |
instance()
Creates the singleton instance of the manager.
|
public static TransformationExecutorManager instance()
public ITransformationExecutor getExecutor(java.lang.String name)
name
- the name of the transformationpublic static void init()