public class QVTModelTransformationFactory
extends java.lang.Object
QVTModelTransformator
instancesConstructor and Description |
---|
QVTModelTransformationFactory() |
Modifier and Type | Method and Description |
---|---|
void |
activate(BundleContext context)
Called on component activation
|
ModelTransformator |
createModelTransformator(ResourceSet resourceSet,
URI templateUri) |
ModelTransformator |
createNewModelTransformator(ResourceSet resourceSet,
URI templateUri) |
<any> |
createNewModelTransformatorPool(ResourceSet resourceSet,
URI templateUri,
int poolSize,
long poolTimeout) |
void |
deactivate()
Deactivate callback, used by OSGi DS
|
public ModelTransformator createModelTransformator(ResourceSet resourceSet, URI templateUri)
public ModelTransformator createNewModelTransformator(ResourceSet resourceSet, URI templateUri)
public <any> createNewModelTransformatorPool(ResourceSet resourceSet, URI templateUri, int poolSize, long poolTimeout)
public void activate(BundleContext context)
context
- the bundle contextpublic void deactivate()
Data In Motion Consulting