org.nuiton.wikitty.addons.importexport
Class ImportTask
java.lang.Object
org.nuiton.wikitty.addons.importexport.ImportTask
- All Implemented Interfaces:
- Runnable
public class ImportTask
- extends Object
- implements Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
format
protected WikittyImportExportService.FORMAT format
reader
protected Reader reader
importerExporter
protected ImportExportMethod importerExporter
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 -
getClient
public WikittyClient getClient()
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2009-2012 CodeLutin. All Rights Reserved.