Package org.pentaho.di.ui.spoon.dialog
Class MetaStoreExplorerDialog
- java.lang.Object
-
- org.pentaho.di.ui.spoon.dialog.MetaStoreExplorerDialog
-
public class MetaStoreExplorerDialog extends Object
-
-
Constructor Summary
Constructors Constructor Description MetaStoreExplorerDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.metastore.api.IMetaStore metaStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pentaho.metastore.api.IMetaStoregetMetaStore()List<org.pentaho.metastore.api.IMetaStore>getMetaStoreList()voidopen()voidrefreshTree()voidsetMetaStore(org.pentaho.metastore.api.IMetaStore metaStore)voidsetMetaStoreList(List<org.pentaho.metastore.api.IMetaStore> metaStoreList)
-
-
-
Method Detail
-
open
public void open()
-
refreshTree
public void refreshTree() throws org.pentaho.metastore.api.exceptions.MetaStoreException- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
getMetaStore
public org.pentaho.metastore.api.IMetaStore getMetaStore()
-
setMetaStore
public void setMetaStore(org.pentaho.metastore.api.IMetaStore metaStore)
-
getMetaStoreList
public List<org.pentaho.metastore.api.IMetaStore> getMetaStoreList()
-
setMetaStoreList
public void setMetaStoreList(List<org.pentaho.metastore.api.IMetaStore> metaStoreList)
-
-