Class RepositoryExportProgressDialog


  • public class RepositoryExportProgressDialog
    extends Object
    Takes care of displaying a dialog that will handle the wait while we are exporting the complete repository to XML...
    Since:
    02-jun-2005
    Author:
    Matt
    • Constructor Detail

      • RepositoryExportProgressDialog

        public RepositoryExportProgressDialog​(org.eclipse.swt.widgets.Shell shell,
                                              org.pentaho.di.repository.Repository rep,
                                              org.pentaho.di.repository.RepositoryDirectoryInterface dir,
                                              String filename)
      • RepositoryExportProgressDialog

        public RepositoryExportProgressDialog​(org.eclipse.swt.widgets.Shell shell,
                                              org.pentaho.di.repository.Repository rep,
                                              org.pentaho.di.repository.RepositoryDirectoryInterface dir,
                                              String filename,
                                              org.pentaho.di.imp.ImportRules importRules)
    • Method Detail

      • open

        public boolean open()
      • checkIsFileIsAcceptable

        public static org.eclipse.swt.widgets.MessageBox checkIsFileIsAcceptable​(org.eclipse.swt.widgets.Shell shell,
                                                                                 org.pentaho.di.core.logging.LogChannelInterface log,
                                                                                 String filename)
        Check if file is empty, writable, and return message dialogue box if file not empty, null otherwise.
        Parameters:
        shell -
        log -
        filename -
        Returns: