Class RepositoryExportProgressDialog

java.lang.Object
org.pentaho.di.ui.repository.dialog.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 Summary

    Constructors
    Constructor
    Description
    RepositoryExportProgressDialog(org.eclipse.swt.widgets.Shell shell, org.pentaho.di.repository.Repository rep, org.pentaho.di.repository.RepositoryDirectoryInterface dir, String filename)
     
    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 Summary

    Modifier and Type
    Method
    Description
    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.
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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 Details

    • 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: