Package com.sshtools.ant
Class SshSubTask
- java.lang.Object
-
- com.sshtools.ant.SshSubTask
-
-
Field Summary
Fields Modifier and Type Field Description protected Sshparentprotected java.lang.StringtaskString
-
Constructor Summary
Constructors Constructor Description SshSubTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(SshClient ssh)protected voidlog(java.lang.String msg)protected voidlog(java.lang.String msg, int i)protected voidsetParent(Ssh parent)
-
-
-
Field Detail
-
taskString
protected java.lang.String taskString
-
parent
protected Ssh parent
-
-