Uses of Interface
org.pentaho.platform.api.engine.IServiceConfig
-
Packages that use IServiceConfig Package Description org.pentaho.platform.api.engine -
-
Uses of IServiceConfig in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IServiceConfig Modifier and Type Method Description IServiceConfig
IServiceManager. getServiceConfig(String serviceType, String serviceId)
Gets the configuration for the requested service.Methods in org.pentaho.platform.api.engine with parameters of type IServiceConfig Modifier and Type Method Description void
IServiceManager. registerService(IServiceConfig config)
Registers a service with the service manager.
-