Package com.gitblit.transport.ssh.commands

Examples of com.gitblit.transport.ssh.commands.DispatchCommand.usage()


      }

      // 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
Copyright © 2018 www.massapi.com. 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.