org.nuiton.wikitty.addons.importexport
Class ImportTask

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

public class ImportTask
extends Object
implements Runnable


Field Summary
protected  org.nuiton.util.ApplicationConfig config
           
protected  WikittyImportExportService.FORMAT format
           
protected  ImportExportMethod importerExporter
           
protected  Reader reader
           
protected  String securityToken
           
protected  WikittyService ws
           
 
Constructor Summary
ImportTask(String securityToken, org.nuiton.util.ApplicationConfig config, WikittyService ws, WikittyImportExportService.FORMAT format, Reader reader)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected org.nuiton.util.ApplicationConfig config

ws

protected WikittyService ws

format

protected WikittyImportExportService.FORMAT format

reader

protected Reader reader

importerExporter

protected ImportExportMethod importerExporter

securityToken

protected String securityToken
Constructor Detail

ImportTask

public ImportTask(String securityToken,
                  org.nuiton.util.ApplicationConfig config,
                  WikittyService ws,
                  WikittyImportExportService.FORMAT format,
                  Reader reader)
Method Detail

run

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


Copyright © 2009-2010 CodeLutin. All Rights Reserved.