com.mmbreakfast.unlod.app
Class ExtractionManager.ExtractorThread
java.lang.Object
com.mmbreakfast.unlod.app.ExtractionManager.ExtractorThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ExtractionManager
- protected class ExtractionManager.ExtractorThread
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lodEntries
protected Collection lodEntries
dir
protected File dir
ejob
protected ExtractionJob ejob
convertData
protected boolean convertData
ExtractionManager.ExtractorThread
public ExtractionManager.ExtractorThread(Collection lodEntries,
File dir,
boolean convertData)
cancel
public void cancel()
run
public void run()
- Specified by:
run
in interface Runnable