|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.catalog.transformation.TransformationFactory
public class TransformationFactory
A factory class to load the appropriate implementation of Transformation Catalog as specified by properties.
| Field Summary | |
|---|---|
static String |
DEFAULT_PACKAGE_NAME
The default package where all the implementations reside. |
static String |
DEFAULT_TC_CLASS
Some Constants for backward compatibility. |
| Constructor Summary | |
|---|---|
TransformationFactory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_TC_CLASS
public static final String DEFAULT_PACKAGE_NAME
| Constructor Detail |
|---|
public TransformationFactory()
| Method Detail |
|---|
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 objects
TransformationFactoryException - that nests any error that
might occur during the instantiationDEFAULT_PACKAGE_NAME
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||