Class EchoShell
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.server.command.AbstractCommandSupport
-
- org.apache.maven.scm.provider.git.CommandExecutionHelper
-
- org.apache.maven.scm.provider.git.EchoShell
-
- All Implemented Interfaces:
java.lang.Runnable,org.apache.sshd.common.session.SessionContextHolder,org.apache.sshd.common.session.SessionHolder<org.apache.sshd.server.session.ServerSession>,org.apache.sshd.common.util.threads.ExecutorServiceCarrier,org.apache.sshd.server.command.Command,org.apache.sshd.server.command.CommandDirectErrorStreamAware,org.apache.sshd.server.command.CommandDirectInputStreamAware,org.apache.sshd.server.command.CommandDirectOutputStreamAware,org.apache.sshd.server.command.CommandDirectStreamsAware,org.apache.sshd.server.command.CommandLifecycle,org.apache.sshd.server.session.ServerSessionAware,org.apache.sshd.server.session.ServerSessionHolder
public class EchoShell extends CommandExecutionHelper
-
-
Constructor Summary
Constructors Constructor Description EchoShell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanhandleCommandLine(java.lang.String command)-
Methods inherited from class org.apache.maven.scm.provider.git.CommandExecutionHelper
run
-
Methods inherited from class org.apache.sshd.server.command.AbstractCommandSupport
destroy, getCommand, getEnvironment, getErrorStream, getExecutorService, getExitCallback, getInputStream, getOutputStream, getServerSession, getSession, getStartedCommandFuture, onExit, onExit, setErrorStream, setExitCallback, setInputStream, setOutputStream, setSession, start, toString
-
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn
-
-
-
-
Method Detail
-
handleCommandLine
protected boolean handleCommandLine(java.lang.String command) throws java.lang.Exception- Specified by:
handleCommandLinein classCommandExecutionHelper- Parameters:
command- The command line- Returns:
trueif continue accepting command- Throws:
java.lang.Exception- If failed to handle the command line
-
-