public class ConfigurableTransformationService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FACTORY_ID |
protected ResourceSetFactory |
resourceSetFactory |
protected ModelTransformationFactory |
transformationFactory |
Constructor and Description |
---|
ConfigurableTransformationService() |
Modifier and Type | Method and Description |
---|---|
void |
activate(BundleContext context,
java.util.Map<java.lang.String,java.lang.Object> properties)
Called on component activation ot modification
|
void |
deactivate()
Called on component de-activation
|
void |
dispose() |
EObject |
startTransformation(EObject inObject) |
EObject |
startTransformation(java.util.List<? extends EObject> inObjects) |
java.util.List<? extends EObject> |
startTransformations(java.util.List<? extends EObject> inObjects) |
public static java.lang.String FACTORY_ID
protected ModelTransformationFactory transformationFactory
protected ResourceSetFactory resourceSetFactory
public void activate(BundleContext context, java.util.Map<java.lang.String,java.lang.Object> properties) throws ConfigurationException
context
- the bundle contextproperties
- the component propertiesConfigurationException
public void deactivate()
public java.util.List<? extends EObject> startTransformations(java.util.List<? extends EObject> inObjects)
public EObject startTransformation(EObject inObject)
public EObject startTransformation(java.util.List<? extends EObject> inObjects)
public void dispose()
Data In Motion Consulting