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  WikittyImportExportService.FORMAT format
           
protected  ImportExportMethod importerExporter
           
protected  Reader reader
           
 
Constructor Summary
ImportTask(String securityToken, org.nuiton.util.ApplicationConfig config, WikittyService ws, WikittyImportExportService.FORMAT format, Reader reader)
          Deprecated. since 3.4 ImportTask(org.nuiton.wikitty.WikittyClient, org.nuiton.wikitty.addons.WikittyImportExportService.FORMAT, java.io.Reader)
ImportTask(WikittyClient client, WikittyImportExportService.FORMAT format, Reader reader)
           
 
Method Summary
 WikittyClient getClient()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

protected WikittyImportExportService.FORMAT format

reader

protected Reader reader

importerExporter

protected ImportExportMethod importerExporter
Constructor Detail

ImportTask

public ImportTask(WikittyClient client,
                  WikittyImportExportService.FORMAT format,
                  Reader reader)

ImportTask

@Deprecated
public ImportTask(String securityToken,
                             org.nuiton.util.ApplicationConfig config,
                             WikittyService ws,
                             WikittyImportExportService.FORMAT format,
                             Reader reader)
Deprecated. since 3.4 ImportTask(org.nuiton.wikitty.WikittyClient, org.nuiton.wikitty.addons.WikittyImportExportService.FORMAT, java.io.Reader)

Parameters:
securityToken -
config -
ws -
format -
reader -
Method Detail

getClient

public WikittyClient getClient()

run

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


Copyright © 2009-2012 CodeLutin. All Rights Reserved.