edu.isi.pegasus.planner.catalog.transformation
public class TransformationFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PACKAGE_NAME
The default package where all the implementations reside.
|
static 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 String DEFAULT_TC_CLASS
public static final String DEFAULT_PACKAGE_NAME
public static TransformationCatalog loadInstance() throws TransformationFactoryException
TransformationFactoryException - that nests any error that
might occur during the instantiationDEFAULT_PACKAGE_NAMEpublic 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_NAMEpublic 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_NAMEpublic 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