always
protected boolean always
cipher
protected String cipher
fingerprint
protected String fingerprint
host
protected String host
keyfile
protected String keyfile
logfile
protected String logfile
newline
protected String newline
passphrase
protected String passphrase
password
protected String password
sshtoolsHome
protected String sshtoolsHome
tasks
protected Vector tasks
username
protected String username
verifyhost
protected boolean verifyhost
connectAndAuthenticate
protected void connectAndAuthenticate()
throws BuildException
disconnect
protected void disconnect()
throws BuildException
execute
public void execute()
throws org.apache.tools.ant.BuildException
executeSubTasks
protected void executeSubTasks()
throws BuildException
hasMoreSftpTasks
protected boolean hasMoreSftpTasks()
setAlways
public void setAlways(boolean always)
setCipher
public void setCipher(String cipher)
setFingerprint
public void setFingerprint(String fingerprint)
setHost
public void setHost(String host)
setKeyfile
public void setKeyfile(String keyfile)
setLogfile
public void setLogfile(String logfile)
setMac
public void setMac(String mac)
setNewline
public void setNewline(String newline)
setPassphrase
public void setPassphrase(String passphrase)
setPassword
public void setPassword(String password)
setPort
public void setPort(int port)
setSshtoolshome
public void setSshtoolshome(String sshtoolsHome)
setUsername
public void setUsername(String username)
setVerifyhost
public void setVerifyhost(boolean verifyhost)
validate
protected void validate()
throws BuildException