de.tuberlin.cs.flp.jspwiki.plugin.wikiarchive
Class ArchiveEntryPlaintext

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byde.tuberlin.cs.flp.jspwiki.util.PropertiesOrdered
                  extended byde.tuberlin.cs.flp.jspwiki.plugin.wikiarchive.ArchiveEntryImpl
                      extended byde.tuberlin.cs.flp.jspwiki.plugin.wikiarchive.ArchiveEntryPlaintext
All Implemented Interfaces:
ArchiveEntry, java.lang.Cloneable, java.lang.Comparable, java.util.Map, java.io.Serializable

public class ArchiveEntryPlaintext
extends ArchiveEntryImpl

An archive entry which treats the corresponding Wiki page just as plain text.

See Also:
Serialized Form

Field Summary
static int MAX_TOSTRING
           
 
Fields inherited from class de.tuberlin.cs.flp.jspwiki.plugin.wikiarchive.ArchiveEntryImpl
name, plaintext, text
 
Fields inherited from class de.tuberlin.cs.flp.jspwiki.util.PropertiesOrdered
keysInOrder
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
ArchiveEntryPlaintext(java.lang.String name)
          Creates a new instance of ArchiveEntryPlaintext
 
Method Summary
 boolean equals(java.lang.Object other)
          Tests for equality of the whole entry.
 java.lang.String toString()
          May be overwritten by subclass.
 
Methods inherited from class de.tuberlin.cs.flp.jspwiki.plugin.wikiarchive.ArchiveEntryImpl
compareTo, equalEntry, getMap, getName, getPlainText, getText, getValue, isOptional, setName, setPlainText, setText
 
Methods inherited from class de.tuberlin.cs.flp.jspwiki.util.PropertiesOrdered
elements, entrySet, getKeysInOrder, keys, keySet, load, put, remove, setKeysInOrder, values
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, get, hashCode, isEmpty, putAll, rehash, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_TOSTRING

public static int MAX_TOSTRING
Constructor Detail

ArchiveEntryPlaintext

public ArchiveEntryPlaintext(java.lang.String name)
Creates a new instance of ArchiveEntryPlaintext

Parameters:
name -
Method Detail

equals

public boolean equals(java.lang.Object other)
Description copied from class: ArchiveEntryImpl
Tests for equality of the whole entry. Unlike compareTo(), this compares all key/value-fields, too, not only the entry name.

Specified by:
equals in interface java.util.Map
Overrides:
equals in class ArchiveEntryImpl
Parameters:
other -
Returns:

toString

public java.lang.String toString()
May be overwritten by subclass.

Overrides:
toString in class ArchiveEntryImpl
Returns: