com.sshtools.ant

Class SshSubTask

Known Direct Subclasses:
Sftp, Ssh.Shell

public class SshSubTask
extends java.lang.Object

Field Summary

protected Ssh
parent
protected String
taskString

Method Summary

void
execute(SshClient ssh)
protected void
log(String msg)
protected void
log(String msg, int i)
protected void
setParent(Ssh parent)

Field Details

parent

protected Ssh parent

taskString

protected String taskString

Method Details

execute

public void execute(SshClient ssh)
            throws BuildException

log

protected void log(String msg)

log

protected void log(String msg,
                   int i)

setParent

protected void setParent(Ssh parent)

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