Interface IUISupportController
-
- All Known Implementing Classes:
BrowseController
,ClustersController
,ConnectionsController
,PartitionsController
,SecurityController
,SlavesController
public interface IUISupportController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
void
init(org.pentaho.di.repository.Repository rep)
-
-
-
Method Detail
-
init
void init(org.pentaho.di.repository.Repository rep) throws ControllerInitializationException
-
getName
String getName()
-
-