Package org.pentaho.di.trans
Class DefaultTransFactory
java.lang.Object
org.pentaho.di.trans.DefaultTransFactory
- All Implemented Interfaces:
TransFactory
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultTransFactory
public DefaultTransFactory()
-
-
Method Details
-
create
public Trans create(TransMeta parent, Repository rep, String name, String dirname, String filename, TransMeta parentTransMeta) throws org.pentaho.di.core.exception.KettleException Creates aTransObject for the registered Factory type- Specified by:
createin interfaceTransFactory- Parameters:
parent-rep-name-dirname-filename-parentTransMeta-- Returns:
- Trans
- Throws:
org.pentaho.di.core.exception.KettleException
-
create
public Trans create(TransMeta transMeta, org.pentaho.di.core.logging.LoggingObjectInterface log) throws org.pentaho.di.core.exception.KettleException Creates aTransObject for the registered Factory type- Specified by:
createin interfaceTransFactory- Parameters:
transMeta-log-- Returns:
- Trans
- Throws:
org.pentaho.di.core.exception.KettleException
-