Class SftpCommandMain.SessionCommandExecutor
java.lang.Object
org.apache.sshd.cli.client.SftpCommandMain.SessionCommandExecutor
- 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 TypeMethodDescriptionbooleanexecuteCommand(String args, BufferedReader stdin, PrintStream stdout, PrintStream stderr) getName()
-
Constructor Details
-
SessionCommandExecutor
SessionCommandExecutor()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.apache.sshd.common.NamedResource
-
executeCommand
public boolean executeCommand(String args, BufferedReader stdin, PrintStream stdout, PrintStream stderr) throws Exception - Specified by:
executeCommandin interfaceSftpCommandExecutor- Throws:
Exception
-