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.
Methods inherited from interface java.lang.Comparable |
compareTo |
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: