Package org.pentaho.di.trans
Class TransConfiguration
java.lang.Object
org.pentaho.di.trans.TransConfiguration
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTransConfiguration
(TransMeta transMeta, TransExecutionConfiguration transExecutionConfiguration) TransConfiguration
(Node configNode) -
Method Summary
Modifier and TypeMethodDescriptionstatic final TransConfiguration
getXML()
void
setTransExecutionConfiguration
(TransExecutionConfiguration transExecutionConfiguration) void
setTransMeta
(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:
IOException
org.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
-