|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.catalog.transformation.TCMode
public class TCMode
This class defines all the constants referring to the various interfaces to the transformation catalog, and used by the Concrete Planner.
| Field Summary | |
|---|---|
static String |
DEFAULT_TC_CLASS
|
private static LogManager |
mLogger
|
static String |
MULTIPLE_READ
|
static String |
OLDFILE_TC_CLASS
|
static String |
PACKAGE_NAME
Default PACKAGE PATH for the TC implementing classes |
static String |
SINGLE_READ
Constants for backward compatibility. |
| Constructor Summary | |
|---|---|
TCMode()
|
|
| Method Summary | |
|---|---|
private static String |
getImplementingClass(String tcmode)
This method just checks and gives the correct classname if a user provides the classname in a different case. |
static TransformationCatalog |
loadInstance()
The overloaded method which is to be used internally in Pegasus. |
static TransformationCatalog |
loadInstance(String tcClass,
Object[] args)
Loads the appropriate TC implementing Class with the given arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SINGLE_READ
public static final String MULTIPLE_READ
public static final String OLDFILE_TC_CLASS
public static final String DEFAULT_TC_CLASS
public static final String PACKAGE_NAME
private static LogManager mLogger
| Constructor Detail |
|---|
public TCMode()
| Method Detail |
|---|
private static String getImplementingClass(String tcmode)
tcmode - String
public static TransformationCatalog loadInstance()
public static TransformationCatalog loadInstance(String tcClass,
Object[] args)
tcClass - Stringargs - String[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||