Package com.gitblit.transport.ssh.commands

Examples of com.gitblit.transport.ssh.commands.DispatchCommand


        msg.append(nl);
      }

      // display the core commands
      SshCommandFactory cmdFactory = (SshCommandFactory) session.getFactoryManager().getCommandFactory();
      DispatchCommand root = cmdFactory.createRootDispatcher(client, "");
      String usage = root.usage().replace("\n", nl);
      msg.append(usage);

      return msg.toString();
    }
View Full Code Here

TOP

Related Classes of com.gitblit.transport.ssh.commands.DispatchCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.