Package org.apache.sshd.cli.client
Class SftpCommandMain.StatVfsCommandExecutor
- java.lang.Object
-
- org.apache.sshd.cli.client.SftpCommandMain.StatVfsCommandExecutor
-
- All Implemented Interfaces:
SftpCommandExecutor,org.apache.sshd.common.NamedResource
- Enclosing class:
- SftpCommandMain
private class SftpCommandMain.StatVfsCommandExecutor extends java.lang.Object implements SftpCommandExecutor
-
-
Constructor Summary
Constructors Constructor Description StatVfsCommandExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecuteCommand(java.lang.String args, java.io.BufferedReader stdin, java.io.PrintStream stdout, java.io.PrintStream stderr)java.lang.StringgetName()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.apache.sshd.common.NamedResource
-
executeCommand
public boolean executeCommand(java.lang.String args, java.io.BufferedReader stdin, java.io.PrintStream stdout, java.io.PrintStream stderr) throws java.lang.Exception- Specified by:
executeCommandin interfaceSftpCommandExecutor- Throws:
java.lang.Exception
-
-