org.pentaho.di.ui.repository.dialog
Class UpgradeRepositoryProgressDialog

java.lang.Object
  extended by org.pentaho.di.ui.repository.dialog.UpgradeRepositoryProgressDialog

public class UpgradeRepositoryProgressDialog
extends Object

Takes care of displaying a dialog that will handle the wait while creating or upgrading a transformation...

Since:
13-mrt-2005
Author:
Matt

Constructor Summary
UpgradeRepositoryProgressDialog(Shell shell, KettleDatabaseRepository rep, boolean upgrade)
          Creates a new dialog that will handle the wait while upgrading or creating a repository...
 
Method Summary
 List<String> getGeneratedStatements()
           
 boolean isDryRun()
           
 boolean open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeRepositoryProgressDialog

public UpgradeRepositoryProgressDialog(Shell shell,
                                       KettleDatabaseRepository rep,
                                       boolean upgrade)
Creates a new dialog that will handle the wait while upgrading or creating a repository...

Method Detail

open

public boolean open()

isDryRun

public boolean isDryRun()
Returns:
the dryRun

getGeneratedStatements

public List<String> getGeneratedStatements()
Returns:
the generatedStatements