| Package | Description |
|---|---|
| org.nuiton.wikitty.addons | |
| org.nuiton.wikitty.addons.importexport |
| Modifier and Type | Method and Description |
|---|---|
static WikittyImportExportService.FORMAT |
WikittyImportExportService.FORMAT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikittyImportExportService.FORMAT[] |
WikittyImportExportService.FORMAT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected WikittyImportExportService.FORMAT |
ImportTask.format |
protected WikittyImportExportService.FORMAT |
ExportQueryTask.format |
protected WikittyImportExportService.FORMAT |
ExportTask.format
Deprecated.
|
| Constructor and Description |
|---|
ExportQueryTask(WikittyClient client,
WikittyImportExportService.FORMAT format,
WikittyQuery query,
Writer writer) |
ExportTask(String securityToken,
WikittyService ws,
WikittyImportExportService.FORMAT format,
Criteria criteria,
Writer writer)
Deprecated.
|
ImportTask(String securityToken,
org.nuiton.util.ApplicationConfig config,
WikittyService ws,
WikittyImportExportService.FORMAT format,
Reader reader)
|
ImportTask(WikittyClient client,
WikittyImportExportService.FORMAT format,
Reader reader) |
Copyright © 2009-2013 CodeLutin. All Rights Reserved.