Class SftpCommandMain.ClientCommandExecutor

    • Constructor Detail

      • ClientCommandExecutor

        ClientCommandExecutor()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface NamedResource
        Returns:
        The resource name
      • 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:
        executeCommand in interface SftpCommandExecutor
        Throws:
        java.lang.Exception