Class EchoShellFactory
- java.lang.Object
-
- org.apache.maven.scm.provider.git.EchoShellFactory
-
- All Implemented Interfaces:
org.apache.sshd.server.shell.ShellFactory
public class EchoShellFactory extends java.lang.Object implements org.apache.sshd.server.shell.ShellFactoryTODO Add javadoc
-
-
Field Summary
Fields Modifier and Type Field Description static EchoShellFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description EchoShellFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sshd.server.command.CommandcreateShell(org.apache.sshd.server.channel.ChannelSession channel)
-
-
-
Field Detail
-
INSTANCE
public static final EchoShellFactory INSTANCE
-
-