Refactor SSH commands into their own package

This separates the command implementations from the supporting code
used by the rest of the daemon, thereby hiding most of the daemon's
implementation details from the commands.

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-07-30 19:07:01 -07:00
parent 87d35a9624
commit 2d88501a3e
25 changed files with 162 additions and 70 deletions

View File

@@ -14,6 +14,8 @@
package com.google.gerrit.server.ssh;
import com.google.gerrit.server.SshServlet;
import org.apache.sshd.server.ShellFactory;
import org.spearce.jgit.lib.Constants;