Package org.apache.sshd.cli.client
Class SftpCommandMain.HelpCommandExecutor
java.lang.Object
org.apache.sshd.cli.client.SftpCommandMain.HelpCommandExecutor
- All Implemented Interfaces:
SftpCommandExecutor
,org.apache.sshd.common.NamedResource
- Enclosing class:
SftpCommandMain
-
Field Summary
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
executeCommand
(String args, BufferedReader stdin, PrintStream stdout, PrintStream stderr) getName()
-
Constructor Details
-
HelpCommandExecutor
HelpCommandExecutor()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceorg.apache.sshd.common.NamedResource
-
executeCommand
public boolean executeCommand(String args, BufferedReader stdin, PrintStream stdout, PrintStream stderr) throws Exception - Specified by:
executeCommand
in interfaceSftpCommandExecutor
- Throws:
Exception
-