Class MyTestPlugin.MyTestPluginDescriptor
java.lang.Object
de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor<de.iip_ecosphere.platform.support.Server>
test.de.iip_ecosphere.platform.support.plugins.MyTestPlugin.MyTestPluginDescriptor
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.plugins.PluginDescriptor<de.iip_ecosphere.platform.support.Server>
- Enclosing class:
MyTestPlugin
public static class MyTestPlugin.MyTestPluginDescriptor
extends de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor<de.iip_ecosphere.platform.support.Server>
The plugin descriptor.
- 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> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor
createPlugin, createPlugin, getFurtherIds, getId, getType, initId, initIds, initPluginSupplier
-
Constructor Details
-
MyTestPluginDescriptor
public MyTestPluginDescriptor()Creates an instance.
-