public class RepositoryExportProgressDialog extends Object
| Constructor and 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)  | 
| Modifier and Type | Method and 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()  | 
public RepositoryExportProgressDialog(org.eclipse.swt.widgets.Shell shell,
                              org.pentaho.di.repository.Repository rep,
                              org.pentaho.di.repository.RepositoryDirectoryInterface dir,
                              String filename)
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)
public boolean open()
public static org.eclipse.swt.widgets.MessageBox checkIsFileIsAcceptable(org.eclipse.swt.widgets.Shell shell,
                                                         org.pentaho.di.core.logging.LogChannelInterface log,
                                                         String filename)
shell - log - filename -