Class RepositoryExportProgressDialog
java.lang.Object
org.pentaho.di.ui.repository.dialog.RepositoryExportProgressDialog
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
ConstructorDescriptionRepositoryExportProgressDialog
(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 TypeMethodDescriptionstatic 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
open()
-
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:
-