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
All Methods Static Methods Instance Methods Concrete Methods 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
open()
-
-
-
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:
-
-