Class SshSubTask

  • Direct Known Subclasses:
    Sftp, Ssh.Shell

    public class SshSubTask
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Ssh parent  
      protected java.lang.String taskString  
    • Constructor Summary

      Constructors 
      Constructor Description
      SshSubTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(SshClient ssh)  
      protected void log​(java.lang.String msg)  
      protected void log​(java.lang.String msg, int i)  
      protected void setParent​(Ssh parent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • taskString

        protected java.lang.String taskString
      • parent

        protected Ssh parent
    • Constructor Detail

      • SshSubTask

        public SshSubTask()
    • Method Detail

      • setParent

        protected void setParent​(Ssh parent)
      • log

        protected void log​(java.lang.String msg)
      • log

        protected void log​(java.lang.String msg,
                           int i)
      • execute

        public void execute​(SshClient ssh)
                     throws org.apache.tools.ant.BuildException
        Throws:
        org.apache.tools.ant.BuildException