Class TransConfiguration

java.lang.Object
org.pentaho.di.trans.TransConfiguration

public class TransConfiguration extends Object
  • Field Details

  • Constructor Details

    • TransConfiguration

      public TransConfiguration(TransMeta transMeta, TransExecutionConfiguration transExecutionConfiguration)
      Parameters:
      transMeta -
      transExecutionConfiguration -
    • TransConfiguration

      public TransConfiguration(Node configNode) throws org.pentaho.di.core.exception.KettleException
      Throws:
      org.pentaho.di.core.exception.KettleException
  • Method Details

    • getXML

      public String getXML() throws IOException, org.pentaho.di.core.exception.KettleException
      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

      public TransExecutionConfiguration getTransExecutionConfiguration()
      Returns:
      the transExecutionConfiguration
    • setTransExecutionConfiguration

      public void setTransExecutionConfiguration(TransExecutionConfiguration transExecutionConfiguration)
      Parameters:
      transExecutionConfiguration - the transExecutionConfiguration to set
    • getTransMeta

      public TransMeta getTransMeta()
      Returns:
      the transMeta
    • setTransMeta

      public void setTransMeta(TransMeta transMeta)
      Parameters:
      transMeta - the transMeta to set