com.mmbreakfast.unlod.lod
Class ExtractionJob
java.lang.Object
com.mmbreakfast.unlod.lod.ExtractionJob
- public class ExtractionJob
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entriesToExtractIterator
protected Iterator entriesToExtractIterator
extractor
protected Extractor extractor
total
protected float total
counter
protected float counter
cancelSignalled
protected boolean cancelSignalled
ExtractionJob
public ExtractionJob(Iterator entriesToExtractIterator,
int count)
extractToFiles
public void extractToFiles(File outDir,
ExtractionObserver obs,
boolean allowCancel,
boolean convertData)
throws IOException
- Throws:
IOException
cancelJob
public boolean cancelJob()