Class TestSshPluginDescriptor

java.lang.Object
test.de.iip_ecosphere.platform.support.ssh.TestSshPluginDescriptor
All Implemented Interfaces:
de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor<de.iip_ecosphere.platform.support.ssh.Ssh>, de.iip_ecosphere.platform.support.ssh.SshProviderDescriptor

public class TestSshPluginDescriptor extends Object implements de.iip_ecosphere.platform.support.ssh.SshProviderDescriptor
The test SSH plugin descriptor.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • TestSshPluginDescriptor

      public TestSshPluginDescriptor()
  • Method Details

    • create

      public de.iip_ecosphere.platform.support.ssh.Ssh create()
      Specified by:
      create in interface de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor<de.iip_ecosphere.platform.support.ssh.Ssh>