Package org.pentaho.di.trans
Class TransConfiguration
java.lang.Object
org.pentaho.di.trans.TransConfiguration
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTransConfiguration(TransMeta transMeta, TransExecutionConfiguration transExecutionConfiguration) TransConfiguration(Node configNode) -
Method Summary
Modifier and TypeMethodDescriptionstatic final TransConfigurationgetXML()voidsetTransExecutionConfiguration(TransExecutionConfiguration transExecutionConfiguration) voidsetTransMeta(TransMeta transMeta)
-
Field Details
-
XML_TAG
- See Also:
-
-
Constructor Details
-
TransConfiguration
public TransConfiguration(TransMeta transMeta, TransExecutionConfiguration transExecutionConfiguration) - Parameters:
transMeta-transExecutionConfiguration-
-
TransConfiguration
- Throws:
org.pentaho.di.core.exception.KettleException
-
-
Method Details
-
getXML
- Throws:
IOExceptionorg.pentaho.di.core.exception.KettleException
-
fromXML
public static final TransConfiguration fromXML(String xml) throws org.pentaho.di.core.exception.KettleException - Throws:
org.pentaho.di.core.exception.KettleException
-
getTransExecutionConfiguration
- Returns:
- the transExecutionConfiguration
-
setTransExecutionConfiguration
- Parameters:
transExecutionConfiguration- the transExecutionConfiguration to set
-
getTransMeta
- Returns:
- the transMeta
-
setTransMeta
- Parameters:
transMeta- the transMeta to set
-