Package com.sshtools.ant
Class SshSubTask
- java.lang.Object
-
- com.sshtools.ant.SshSubTask
-
-
Field Summary
Fields Modifier and Type Field Description protected Ssh
parent
protected java.lang.String
taskString
-
Constructor Summary
Constructors Constructor Description SshSubTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Field Detail
-
taskString
protected java.lang.String taskString
-
parent
protected Ssh parent
-
-