Class KettleFileRepositoryDialog
- java.lang.Object
-
- org.pentaho.di.ui.repository.filerep.KettleFileRepositoryDialog
-
- All Implemented Interfaces:
RepositoryDialogInterface
public class KettleFileRepositoryDialog extends Object implements RepositoryDialogInterface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.pentaho.di.ui.repository.dialog.RepositoryDialogInterface
RepositoryDialogInterface.MODE
-
-
Constructor Summary
Constructors Constructor Description KettleFileRepositoryDialog(org.eclipse.swt.widgets.Shell parent, int style, org.pentaho.di.repository.RepositoryMeta repositoryMeta, org.pentaho.di.repository.RepositoriesMeta repositoriesMeta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
getData()
Copy information from the meta-data input to the dialog fields.org.pentaho.di.repository.filerep.KettleFileRepositoryMeta
open(RepositoryDialogInterface.MODE mode)
Open the dialog
-
-
-
Method Detail
-
open
public org.pentaho.di.repository.filerep.KettleFileRepositoryMeta open(RepositoryDialogInterface.MODE mode)
Description copied from interface:RepositoryDialogInterface
Open the dialog- Specified by:
open
in interfaceRepositoryDialogInterface
- Parameters:
mode
- (Add or Edit)- Returns:
- the description of the repository
-
dispose
public void dispose()
-
getData
public void getData()
Copy information from the meta-data input to the dialog fields.
-
-