org.nuiton.wikitty.addons.importexport
Class ExportTask

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

public class ExportTask
extends Object
implements Runnable


Field Summary
protected  Criteria criteria
           
protected  WikittyImportExportService.FORMAT format
           
protected  String securityToken
           
protected  Writer writer
           
protected  WikittyService ws
           
 
Constructor Summary
ExportTask(String securityToken, WikittyService ws, WikittyImportExportService.FORMAT format, Criteria criteria, 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

ws

protected WikittyService ws

format

protected WikittyImportExportService.FORMAT format

criteria

protected Criteria criteria

writer

protected Writer writer

securityToken

protected String securityToken
Constructor Detail

ExportTask

public ExportTask(String securityToken,
                  WikittyService ws,
                  WikittyImportExportService.FORMAT format,
                  Criteria criteria,
                  Writer writer)
Method Detail

run

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


Copyright © 2009-2010 CodeLutin. All Rights Reserved.