org.nuiton.wikitty.addons.importexport
Class ExportQueryTask

java.lang.Object
  extended by org.nuiton.wikitty.addons.importexport.ExportQueryTask
All Implemented Interfaces:
Runnable

public class ExportQueryTask
extends Object
implements Runnable


Field Summary
protected  WikittyClient client
           
protected  WikittyImportExportService.FORMAT format
           
protected  WikittyQuery query
           
protected  Writer writer
           
 
Constructor Summary
ExportQueryTask(WikittyClient client, WikittyImportExportService.FORMAT format, WikittyQuery query, Writer writer)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected WikittyClient client

format

protected WikittyImportExportService.FORMAT format

query

protected WikittyQuery query

writer

protected Writer writer
Constructor Detail

ExportQueryTask

public ExportQueryTask(WikittyClient client,
                       WikittyImportExportService.FORMAT format,
                       WikittyQuery query,
                       Writer writer)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2009-2012 CodeLutin. All Rights Reserved.