de.unikiel.ipn.htmlform
Interface Appender

All Known Implementing Classes:
SimpleAppender

interface Appender

Implementations of the Appender interface are supposed to update the old files based on the information stored in the Entry objects.


Method Summary
 void append(Entry[] entries)
          Applies all changes that are stored in the entries.
 

Method Detail

append

public void append(Entry[] entries)
Applies all changes that are stored in the entries. Order from first to last entry must be guaranteed.

Parameters:
entries - an array containing the Entry objects
See Also:
Entry