Package com.atlassian.bamboo.ssh
Class DummySilentHangingCommand.Factory
java.lang.Object
com.atlassian.bamboo.ssh.DummySilentHangingCommand.Factory
- All Implemented Interfaces:
org.apache.sshd.server.command.CommandFactory
- Enclosing class:
- DummySilentHangingCommand
public static class DummySilentHangingCommand.Factory
extends Object
implements org.apache.sshd.server.command.CommandFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.server.command.Command
createCommand
(org.apache.sshd.server.channel.ChannelSession channelSession, String s)
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
createCommand
public org.apache.sshd.server.command.Command createCommand(org.apache.sshd.server.channel.ChannelSession channelSession, String s) - Specified by:
createCommand
in interfaceorg.apache.sshd.server.command.CommandFactory
-