de.jface.remind.io
Class FTPStorage

java.lang.Object
  |
  +--de.jface.remind.io.Storage
        |
        +--de.jface.remind.io.FTPStorage

public class FTPStorage
extends Storage

Class FTPStorage of project RemotePostIt.

Version:
$Revision: 1.2 $
Author:
Moritz Petersen

Constructor Summary
FTPStorage()
           
 
Method Summary
 java.util.Collection readNotes()
           
 void writeNotes(java.util.Collection notes)
           
 
Methods inherited from class de.jface.remind.io.Storage
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPStorage

public FTPStorage()
Method Detail

readNotes

public java.util.Collection readNotes()
                               throws StorageException
Overrides:
readNotes in class Storage

writeNotes

public void writeNotes(java.util.Collection notes)
                throws StorageException
Overrides:
writeNotes in class Storage


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