Class SshServerAction

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action

    public class SshServerAction
    extends Object
    implements org.apache.karaf.shell.api.action.Action
    • Constructor Detail

      • SshServerAction

        public SshServerAction()
    • Method Detail

      • setServer

        public void setServer​(org.apache.sshd.server.SshServer server)
      • execute

        public Object execute()
                       throws Exception
        Specified by:
        execute in interface org.apache.karaf.shell.api.action.Action
        Throws:
        Exception