Class AbstractServicePluginDescriptorTest.Desc4
java.lang.Object
de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor<de.iip_ecosphere.platform.services.environment.ServiceDescriptor<de.iip_ecosphere.platform.services.environment.Service>>
de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor<de.iip_ecosphere.platform.services.environment.ServiceDescriptor<de.iip_ecosphere.platform.services.environment.Service>>
de.iip_ecosphere.platform.services.environment.AbstractServicePluginDescriptor<de.iip_ecosphere.platform.services.environment.Service>
de.iip_ecosphere.platform.services.environment.AbstractGenericMultiServicePluginDescriptor<de.iip_ecosphere.platform.services.environment.Service>
test.de.iip_ecosphere.platform.services.environment.AbstractServicePluginDescriptorTest.Desc4
- All Implemented Interfaces:
de.iip_ecosphere.platform.services.environment.ServiceDescriptor<de.iip_ecosphere.platform.services.environment.Service>,de.iip_ecosphere.platform.services.environment.ServicePluginDescriptor<de.iip_ecosphere.platform.services.environment.Service>,de.iip_ecosphere.platform.support.plugins.PluginDescriptor<de.iip_ecosphere.platform.services.environment.ServiceDescriptor<de.iip_ecosphere.platform.services.environment.Service>>,de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor<de.iip_ecosphere.platform.services.environment.ServiceDescriptor<de.iip_ecosphere.platform.services.environment.Service>>
- Enclosing class:
AbstractServicePluginDescriptorTest
private static class AbstractServicePluginDescriptorTest.Desc4
extends de.iip_ecosphere.platform.services.environment.AbstractGenericMultiServicePluginDescriptor<de.iip_ecosphere.platform.services.environment.Service>
A generic MIMO service plugin descriptor for testing.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor
de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor.PluginSupplier<T> -
Field Summary
Fields inherited from interface de.iip_ecosphere.platform.services.environment.ServicePluginDescriptor
PLUGIN_ID_PREFIX, PLUGIN_TEST_ID_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.iip_ecosphere.platform.services.environment.ServicecreateService(de.iip_ecosphere.platform.services.environment.YamlService yaml, Object... args) Methods inherited from class de.iip_ecosphere.platform.services.environment.AbstractGenericMultiServicePluginDescriptor
createService, createService, createService, createServiceMethods inherited from class de.iip_ecosphere.platform.services.environment.AbstractServicePluginDescriptor
create, initPluginClass, initPluginSupplierMethods inherited from class de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor
createPluginMethods inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor
createPlugin, getFurtherIds, getId, getType, initId, initIds
-
Constructor Details
-
Desc4
public Desc4()Creates an instance.
-
-
Method Details
-
createService
public de.iip_ecosphere.platform.services.environment.Service createService(de.iip_ecosphere.platform.services.environment.YamlService yaml, Object... args)
-