Public Member Functions | |
| UploaderTask (int noOfModules, String cmd, boolean quitOnFinish) | |
| void | go () |
| Called from ProgressBarDemo to start the task. | |
| int | getLengthOfTask () |
| to be done. | |
| int | getCurrent () |
| void | stop () |
| boolean | isDone () |
| Called from ProgressBarDemo to find out if the task has completed. | |
| String | getMessage () |
| Returns the most recent status message, or null if there is no current status message. | |
Package Attributes | |
| Pattern | aPattern = Pattern.compile(".*\\d{14}\\.jassm.*") |
Private Attributes | |
| int | lengthOfTask |
| int | current = 0 |
| boolean | done = false |
| boolean | cancelled = false |
| String | statMessage |
| String | command |
| boolean | quitOnFinish |
| boolean | isAssemblyUpload |
Classes | |
| class | ActualTask |
| The actual long running task. More... | |
Definition at line 4 of file UploaderTask.java.
1.4.6