de.tuberlin.cs.flp.jspwiki.plugin.wikiarchive
|
|||
public
Object
|
createData()
Creates an empty data source to be filled for export.
|
||
public
String
|
dataToString(Object data)
Converts data source to string for export.
|
||
protected
String
|
msgDone(ArchiveEntry entry, ArchiveEntry outEntry, int mode)
Outputs a message informing about the action that has been taken for an entry.
|
||
protected
String
|
msgNotDone(ArchiveEntry entry, ArchiveEntry outEntry, int mode)
Outputs a message informing that an action has not been taken for an entry.
|
||
protected
String
|
msgToDo(ArchiveEntry inEntry, ArchiveEntry outEntry, int mode)
Outputs a message informing about the possible action to be taken for an input entry, e.g.
whether it would be added as a new entry, or an existing one would be updated.
|
||
public
void
|
stringToData(String s, Object data)
Converts a string to a handled data source for import.
|
Tagged Values | |
static
|
false
|
documentation#author
|
Jens Gulden
|
|
public
Object
createData()
public
String
dataToString(Object data)
data
-
protected
String
msgDone(ArchiveEntry entry, ArchiveEntry outEntry, int mode)
entry
- The entry processed.
outEntry
- The currently existing possible output entry, or null if such does not exist yet.
mode
- The action mode, like the mode
parameter of performIO().
protected
String
msgNotDone(ArchiveEntry entry, ArchiveEntry outEntry, int mode)
entry
- The entry not processed.
outEntry
- The currently existing possible output entry, or null if such does not exist yet.
mode
- The action mode, like the mode
parameter of performIO().
protected
String
msgToDo(ArchiveEntry inEntry, ArchiveEntry outEntry, int mode)
inEntry
- The input entry.
outEntry
- The currently existing possible output entry, or null if such does not exist yet.
mode
- The action mode, like the mode
parameter of performIO().
public
void stringToData(String s, Object data)
s
-
data
-