de.tuberlin.cs.flp.jspwiki.plugin.wikiarchive
Interface ArchiveEntry

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
ArchiveEntryImpl

public interface ArchiveEntry
extends java.lang.Comparable

Simple archive model interface. An archive in the sence of this model simply is a collection of ArchiveEntries.


Method Summary
 java.util.Map getMap()
           
 java.lang.String getName()
          Returns the name of this entry.
 java.lang.String getPlainText()
           
 java.lang.String getText()
           
 boolean isOptional()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

public java.lang.String getName()
Returns the name of this entry.

Returns:

getMap

public java.util.Map getMap()
Returns:

getText

public java.lang.String getText()
Returns:

getPlainText

public java.lang.String getPlainText()
Returns:

isOptional

public boolean isOptional()
Returns: