edu.jhu.ece.iacl.jist.pipeline
Class PipeScheduler.CleanAllDialog.DeleteDirectoriesWorker

java.lang.Object
  extended by javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
      extended by edu.jhu.ece.iacl.jist.pipeline.PipeScheduler.CleanAllDialog.DeleteDirectoriesWorker
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<java.lang.Void>, java.util.concurrent.RunnableFuture<java.lang.Void>
Enclosing class:
PipeScheduler.CleanAllDialog

protected class PipeScheduler.CleanAllDialog.DeleteDirectoriesWorker
extends javax.swing.SwingWorker<java.lang.Void,java.lang.Void>

The Class DeleteDirectoriesWorker.


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
PipeScheduler.CleanAllDialog.DeleteDirectoriesWorker()
          Instantiates a new destination processor.
 
Method Summary
protected  java.lang.Void doInBackground()
          Delete directories in the output directory in background with a process monitor
 void done()
          Close progress monitor.
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeScheduler.CleanAllDialog.DeleteDirectoriesWorker

public PipeScheduler.CleanAllDialog.DeleteDirectoriesWorker()
Instantiates a new destination processor.

Method Detail

doInBackground

protected java.lang.Void doInBackground()
Delete directories in the output directory in background with a process monitor

Specified by:
doInBackground in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
Returns:
always returns null
Throws:
java.lang.Exception

done

public void done()
Close progress monitor.

Overrides:
done in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>