Package de.tuberlin.cs.flp.jspwiki.plugin.wikiarchive

Interface Summary
ArchiveEntry Simple archive model interface.
ArchiveHandler Interface ArchiveIOHandler.
 

Class Summary
Archive An archive representation, that means a set of ArchiveEntrys together with a sort order.
ArchiveEntryBibTeX A bibliography entry.
ArchiveEntryImpl Default implementation of an ArchiveEntry.
ArchiveEntryPlaintext An archive entry which treats the corresponding Wiki page just as plain text.
ArchiveHandlerAbstract Generic base implementation for concrete ArchiveIO-classes.
ArchiveHandlerBibTeX I/O-handler for bidirectional data interchange from/to a BibTeX bibliography file.
ArchiveHandlerExternalFormatAbstract Common superclass for archive handlers that interface to an external data format.
ArchiveHandlerPlaintext Archive handler for archives which treat their entries as plain text.
ArchiveHandlerWiki I/O-handler for bidirectional data interchange from/to Wiki pages.
ArchiveHandlerXML Archive handler for an XML-represented set of entries.