com.sshtools.ant

Class Ssh.Exec

Enclosing Class:
Ssh
Implemented Interfaces:
PseudoTerminal

public class Ssh.Exec
extends Ssh.Shell

Nested Class Summary

Nested classes/interfaces inherited from class com.sshtools.ant.Ssh.Shell

Ssh.Shell.Read, Ssh.Shell.Write

Field Summary

Fields inherited from class com.sshtools.ant.Ssh.Shell

output

Fields inherited from class com.sshtools.ant.SshSubTask

parent, taskString

Fields inherited from interface com.sshtools.j2ssh.session.PseudoTerminal

CS7, CS8, ECHO, ECHOCTL, ECHOE, ECHOK, ECHOKE, ECHONL, ICANON, ICRNL, IEXTEN, IGNCR, IGNPAR, IMAXBEL, INLCR, INPCK, ISIG, ISTRIP, IUCLC, IXANY, IXOFF, IXON, NOFLSH, OCRNL, OLCUC, ONLCR, ONLRET, ONOCR, OPOST, PARENB, PARMRK, PARODD, PENDIN, TOSTOP, TTY_OP_END, TTY_OP_ISPEED, TTY_OP_OSPEED, VDISCARD, VDSUSP, VEOF, VEOL, VEOL2, VERASE, VFLUSH, VINTR, VKILL, VLNEXT, VQUIT, VREPRINT, VSTART, VSTATUS, VSTOP, VSUSP, VSWTCH, VWERASE, XCASE

Method Summary

void
execute(SshClient ssh)
void
setCmd(String cmd)

Methods inherited from class com.sshtools.ant.Ssh.Shell

allocatePseudoTerminal, createRead, createWrite, execute, getColumns, getEncodedTerminalModes, getHeight, getRows, getTerm, getWidth, performTasks, setCols, setRows, setTerm, validate

Methods inherited from class com.sshtools.ant.SshSubTask

execute, log, log, setParent

Method Details

execute

public void execute(SshClient ssh)
            throws BuildException
Overrides:
execute in interface Ssh.Shell

setCmd

public void setCmd(String cmd)

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