public class LocalFileSaveTask extends Task
| Constructor and Description | 
|---|
| LocalFileSaveTask(java.io.File file,
                 java.lang.String body,
                 java.lang.String charset) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | _run()This is the method you have to implement and that will be executed
 in the thread. | 
cancel, getLabel, getMaximum, getState, getStatus, getValue, isCancellable, run, setCancellable, setLabel, setMaximum, setStatus, setValue, toStringpublic LocalFileSaveTask(java.io.File file,
                         java.lang.String body,
                         java.lang.String charset)
public void _run()
Task_run in class TaskTask._run()