public class UISupportRegistery extends Object
Modifier and Type | Method and Description |
---|---|
IRepositoryExplorerUISupport |
createUISupport(Class<? extends org.pentaho.di.repository.IRepositoryService> service) |
static UISupportRegistery |
getInstance() |
void |
registerUISupport(Class<? extends org.pentaho.di.repository.IRepositoryService> service,
Class<? extends IRepositoryExplorerUISupport> supportClass) |
public static UISupportRegistery getInstance()
public void registerUISupport(Class<? extends org.pentaho.di.repository.IRepositoryService> service, Class<? extends IRepositoryExplorerUISupport> supportClass)
public IRepositoryExplorerUISupport createUISupport(Class<? extends org.pentaho.di.repository.IRepositoryService> service) throws UIObjectCreationException
UIObjectCreationException