org.nuiton.wikitty.addons.importexport
Class ExportQueryTask
java.lang.Object
org.nuiton.wikitty.addons.importexport.ExportQueryTask
- All Implemented Interfaces:
- Runnable
public class ExportQueryTask
- extends Object
- implements Runnable
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
client
protected WikittyClient client
format
protected WikittyImportExportService.FORMAT format
query
protected WikittyQuery query
writer
protected Writer writer
ExportQueryTask
public ExportQueryTask(WikittyClient client,
WikittyImportExportService.FORMAT format,
WikittyQuery query,
Writer writer)
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2009-2012 CodeLutin. All Rights Reserved.