Class SshdSshRestPluginDescriptor
java.lang.Object
de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor<de.iip_ecosphere.platform.support.ssh.Ssh>
de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor<de.iip_ecosphere.platform.support.ssh.Ssh>
de.oktoflow.platform.support.ssh.sshd.SshdSshRestPluginDescriptor
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.plugins.PluginDescriptor<de.iip_ecosphere.platform.support.ssh.Ssh>,de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor<de.iip_ecosphere.platform.support.ssh.Ssh>,de.iip_ecosphere.platform.support.ssh.SshProviderDescriptor
public class SshdSshRestPluginDescriptor
extends de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor<de.iip_ecosphere.platform.support.ssh.Ssh>
implements de.iip_ecosphere.platform.support.ssh.SshProviderDescriptor
The Apache Sshd 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.SingletonPluginDescriptor
createPluginMethods inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor
createPlugin, getFurtherIds, getId, getType, initId, initIds, initPluginClass, initPluginSupplier
-
Constructor Details
-
SshdSshRestPluginDescriptor
public SshdSshRestPluginDescriptor()Creates the descriptor.
-
-
Method Details
-
create
public de.iip_ecosphere.platform.support.ssh.Ssh create()- Specified by:
createin interfacede.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor<de.iip_ecosphere.platform.support.ssh.Ssh>
-