de.jface.remind.io
Class Storage

java.lang.Object
  |
  +--de.jface.remind.io.Storage
Direct Known Subclasses:
FTPStorage

public abstract class Storage
extends java.lang.Object

The Storage...

Version:
$Revision: 1.1.1.1 $
Author:
Moritz Petersen

Constructor Summary
Storage()
           
 
Method Summary
static Storage getInstance()
          Returns the Storage instance.
abstract  java.util.Collection readNotes()
           
abstract  void writeNotes(java.util.Collection notes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Storage

public Storage()
Method Detail

readNotes

public abstract java.util.Collection readNotes()
                                        throws StorageException

writeNotes

public abstract void writeNotes(java.util.Collection notes)
                         throws StorageException

getInstance

public static Storage getInstance()
Returns the Storage instance.


Copyright © 2002-2002 Moritz Petersen. All Rights Reserved.