Class GetSubFoldersDialog

  • All Implemented Interfaces:
    org.pentaho.di.trans.step.StepDialogInterface

    public class GetSubFoldersDialog
    extends BaseStepDialog
    implements org.pentaho.di.trans.step.StepDialogInterface
    • Constructor Detail

      • GetSubFoldersDialog

        public GetSubFoldersDialog​(org.eclipse.swt.widgets.Shell parent,
                                   Object in,
                                   org.pentaho.di.trans.TransMeta transMeta,
                                   String sname)
    • Method Detail

      • open

        public String open()
        Specified by:
        open in interface org.pentaho.di.trans.step.StepDialogInterface
      • getData

        public void getData​(org.pentaho.di.trans.steps.getsubfolders.GetSubFoldersMeta meta)
        Read the data from the TextFileInputMeta object and show it in this dialog.
        Parameters:
        meta - The TextFileInputMeta object to obtain the data from.