Interface RepositoryDialogInterface
-
- All Known Implementing Classes:
KettleDatabaseRepositoryDialog
,KettleFileRepositoryDialog
public interface RepositoryDialogInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RepositoryDialogInterface.MODE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.pentaho.di.repository.RepositoryMeta
open(RepositoryDialogInterface.MODE mode)
Open the dialog
-
-
-
Method Detail
-
open
org.pentaho.di.repository.RepositoryMeta open(RepositoryDialogInterface.MODE mode)
Open the dialog- Parameters:
mode
- (Add or Edit)- Returns:
- the description of the repository
- Throws:
RepositoryAlreadyExistException
-
-