com.sshtools.ant
Class SshSubTask

java.lang.Object
  extended by com.sshtools.ant.SshSubTask
Direct Known Subclasses:
Sftp, Ssh.Shell

public class SshSubTask
extends java.lang.Object


Field Summary
protected  Ssh parent
           
protected  java.lang.String taskString
           
 
Constructor Summary
SshSubTask()
           
 
Method Summary
 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


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.