Class AbstractServicePluginDescriptorTest.Desc2
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.AbstractSpecificServicePluginDescriptor<de.iip_ecosphere.platform.services.environment.Service>
test.de.iip_ecosphere.platform.services.environment.AbstractServicePluginDescriptorTest.Desc2
- 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.Desc2
extends de.iip_ecosphere.platform.services.environment.AbstractSpecificServicePluginDescriptor<de.iip_ecosphere.platform.services.environment.Service>
A specific 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.Servicede.iip_ecosphere.platform.services.environment.ServicecreateService(String serviceId) de.iip_ecosphere.platform.services.environment.ServicecreateService(String serviceId, InputStream ymlFile) Methods inherited from class de.iip_ecosphere.platform.services.environment.AbstractSpecificServicePluginDescriptor
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
-
Desc2
public Desc2()Creates an instance.
-
-
Method Details
-
createService
public de.iip_ecosphere.platform.services.environment.Service createService(String serviceId, InputStream ymlFile) -
createService
-
createService
public de.iip_ecosphere.platform.services.environment.Service createService()
-