Module jEdit

Class LocalFileSaveTask

java.lang.Object
org.gjt.sp.util.Task
org.gjt.sp.jedit.io.LocalFileSaveTask
All Implemented Interfaces:
Runnable, ProgressObserver

public class LocalFileSaveTask extends Task
The Task for asynchronous saving local file to disk ommiting VFS API stack. Can be used to store backup files, settings, etc
Since:
jEdit 4.5pre TODO: Add setLabel() & ProgressObserver methods
Author:
Vadim Voituk
  • Constructor Details

    • LocalFileSaveTask

      public LocalFileSaveTask(File file, String body, String charset)
  • Method Details

    • _run

      public void _run()
      Description copied from class: Task
      This is the method you have to implement and that will be executed in the thread.
      Specified by:
      _run in class Task
      See Also: