Interface FileListener

    • Method Detail

      • open

        boolean open​(Node transNode,
                     String fname,
                     boolean importfile)
              throws org.pentaho.di.core.exception.KettleMissingPluginsException
        Throws:
        org.pentaho.di.core.exception.KettleMissingPluginsException
      • save

        boolean save​(org.pentaho.di.core.EngineMetaInterface meta,
                     String fname,
                     boolean isExport)
      • syncMetaName

        void syncMetaName​(org.pentaho.di.core.EngineMetaInterface meta,
                          String name)
      • accepts

        boolean accepts​(String fileName)
      • acceptsXml

        boolean acceptsXml​(String nodeName)
      • getSupportedExtensions

        String[] getSupportedExtensions()
      • getFileTypeDisplayNames

        String[] getFileTypeDisplayNames​(Locale locale)
      • getRootNodeName

        String getRootNodeName()