Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.ant » [javadoc | source]
com.sshtools.ant
public class: Ssh [javadoc | source]
java.lang.Object
   org.apache.tools.ant.ProjectComponent
      org.apache.tools.ant.Task
         com.sshtools.ant.Ssh

All Implemented Interfaces:
    Cloneable

Nested Class Summary:
public class  Ssh.Exec   
public class  Ssh.Shell   
Field Summary
protected  String host     
protected  int port     
protected  String username     
protected  String password     
protected  String keyfile     
protected  String passphrase     
protected  String cipher     
protected  String mac     
protected  String fingerprint     
protected  String logfile     
protected  boolean verifyhost     
protected  boolean always     
protected  SshClient ssh     
protected  Vector tasks     
protected  String sshtoolsHome     
protected  String newline     
Constructor:
 public Ssh() 
Method from com.sshtools.ant.Ssh Summary:
connectAndAuthenticate,   createExec,   createSftp,   createShell,   disconnect,   execute,   executeSubTasks,   hasMoreSftpTasks,   setAlways,   setCipher,   setFingerprint,   setHost,   setKeyfile,   setLogfile,   setMac,   setNewline,   setPassphrase,   setPassword,   setPort,   setSshtoolshome,   setUsername,   setVerifyhost,   validate
Methods from org.apache.tools.ant.Task:
bindToOwner,   execute,   getOwningTarget,   getRuntimeConfigurableWrapper,   getTaskName,   getTaskType,   init,   log,   log,   log,   log,   maybeConfigure,   perform,   reconfigure,   setOwningTarget,   setRuntimeConfigurableWrapper,   setTaskName,   setTaskType
Methods from org.apache.tools.ant.ProjectComponent:
clone,   getDescription,   getLocation,   getProject,   log,   log,   setDescription,   setLocation,   setProject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.ant.Ssh Detail:
 protected  void connectAndAuthenticate() throws BuildException 
 public SshSubTask createExec() 
 public SshSubTask createSftp() 
 public SshSubTask createShell() 
 protected  void disconnect() throws BuildException 
 public  void execute() throws BuildException 
 protected  void executeSubTasks() throws BuildException 
 protected boolean hasMoreSftpTasks() 
 public  void setAlways(boolean always) 
 public  void setCipher(String cipher) 
 public  void setFingerprint(String fingerprint) 
 public  void setHost(String host) 
 public  void setKeyfile(String keyfile) 
 public  void setLogfile(String logfile) 
 public  void setMac(String mac) 
 public  void setNewline(String newline) 
 public  void setPassphrase(String passphrase) 
 public  void setPassword(String password) 
 public  void setPort(int port) 
 public  void setSshtoolshome(String sshtoolsHome) 
 public  void setUsername(String username) 
 public  void setVerifyhost(boolean verifyhost) 
 protected  void validate() throws BuildException