org.nuiton.wikitty.importexport
Class ExportTask
java.lang.Object
org.nuiton.wikitty.importexport.ExportTask
- All Implemented Interfaces:
- Runnable
public class ExportTask
- extends Object
- implements Runnable
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ws
protected WikittyService ws
transaction
protected WikittyTransaction transaction
format
protected WikittyImportExportService.FORMAT format
criteria
protected Criteria criteria
writer
protected Writer writer
securityToken
protected String securityToken
ExportTask
public ExportTask(String securityToken,
WikittyService ws,
WikittyImportExportService.FORMAT format,
Criteria criteria,
Writer writer)
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2009-2010 CodeLutin. All Rights Reserved.