Class ServiceConfig
java.lang.Object
org.pentaho.platform.plugin.services.pluginmgr.servicemgr.ServiceConfig
- All Implemented Interfaces:
org.pentaho.platform.api.engine.IServiceConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<Class<?>>
getId()
Class<?>
getTitle()
boolean
void
setDescription
(String description) void
setEnabled
(boolean enabled) Sets the enabled state of this servicevoid
setExtraClasses
(Collection<Class<?>> extraClasses) void
void
setServiceClass
(Class<?> serviceClass) void
setServiceType
(String serviceType) void
-
Constructor Details
-
ServiceConfig
public ServiceConfig()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceorg.pentaho.platform.api.engine.IServiceConfig
-
setId
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfaceorg.pentaho.platform.api.engine.IServiceConfig
-
setEnabled
public void setEnabled(boolean enabled) Sets the enabled state of this service- Parameters:
enabled
-
-
getExtraClasses
- Specified by:
getExtraClasses
in interfaceorg.pentaho.platform.api.engine.IServiceConfig
-
getServiceClass
- Specified by:
getServiceClass
in interfaceorg.pentaho.platform.api.engine.IServiceConfig
-
setServiceClass
-
setExtraClasses
-
getTitle
- Specified by:
getTitle
in interfaceorg.pentaho.platform.api.engine.IServiceConfig
-
setTitle
-
getDescription
- Specified by:
getDescription
in interfaceorg.pentaho.platform.api.engine.IServiceConfig
-
setDescription
-
getServiceType
- Specified by:
getServiceType
in interfaceorg.pentaho.platform.api.engine.IServiceConfig
-
setServiceType
-