Class TransFileListener

    • Constructor Detail

      • TransFileListener

        public TransFileListener()
    • Method Detail

      • open

        public boolean open​(Node transNode,
                            String fname,
                            boolean importfile)
                     throws org.pentaho.di.core.exception.KettleMissingPluginsException
        Specified by:
        open in interface FileListener
        Throws:
        org.pentaho.di.core.exception.KettleMissingPluginsException
      • open

        public boolean open​(Node transNode,
                            String fname,
                            String connection,
                            boolean importfile)
                     throws org.pentaho.di.core.exception.KettleMissingPluginsException
        Specified by:
        open in interface ConnectionListener
        Throws:
        org.pentaho.di.core.exception.KettleMissingPluginsException
      • processLinkedJobs

        protected org.pentaho.di.trans.TransMeta processLinkedJobs​(org.pentaho.di.trans.TransMeta transMeta)
      • processLinkedTrans

        protected org.pentaho.di.trans.TransMeta processLinkedTrans​(org.pentaho.di.trans.TransMeta transMeta)
      • save

        public boolean save​(org.pentaho.di.core.EngineMetaInterface meta,
                            String fname,
                            boolean export)
        Specified by:
        save in interface FileListener
      • syncMetaName

        public void syncMetaName​(org.pentaho.di.core.EngineMetaInterface meta,
                                 String name)
        Specified by:
        syncMetaName in interface FileListener