public class TransformationFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_PACKAGE_NAME
The default package where all the implementations reside.
|
static java.lang.String |
DEFAULT_TC_CLASS
Some Constants for backward compatibility.
|
Constructor and Description |
---|
TransformationFactory() |
Modifier and Type | Method and Description |
---|---|
static TransformationCatalog |
loadInstance()
Connects the interface with the transformation catalog implementation.
|
static TransformationCatalog |
loadInstance(PegasusBag bag)
Connects the interface with the transformation catalog implementation.
|
static TransformationCatalog |
loadInstance(PegasusProperties properties)
Connects the interface with the transformation catalog implementation.
|
static TransformationCatalog |
loadInstance(PegasusProperties properties,
LogManager logger)
Connects the interface with the transformation catalog implementation.
|
public static final java.lang.String DEFAULT_TC_CLASS
public static final java.lang.String DEFAULT_PACKAGE_NAME
public static TransformationCatalog loadInstance() throws TransformationFactoryException
TransformationFactoryException
- that nests any error that
might occur during the instantiationDEFAULT_PACKAGE_NAME
public static TransformationCatalog loadInstance(PegasusProperties properties) throws TransformationFactoryException
properties
- is an instance of properties to use.TransformationFactoryException
- that nests any error that
might occur during the instantiationDEFAULT_PACKAGE_NAME
public static TransformationCatalog loadInstance(PegasusProperties properties, LogManager logger) throws TransformationFactoryException
properties
- is an instance of properties to use.logger
- handle to the logging.TransformationFactoryException
- that nests any error that
might occur during the instantiationDEFAULT_PACKAGE_NAME
public static TransformationCatalog loadInstance(PegasusBag bag) throws TransformationFactoryException
bag
- is bag of initialization objectsTransformationFactoryException
- that nests any error that
might occur during the instantiationDEFAULT_PACKAGE_NAME