All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.mediamanager.FolderStore

java.lang.Object
   |
   +----iceberg.util.attrs.AttributedImpl
           |
           +----iceberg.mediamanager.FolderStore

public class FolderStore
extends AttributedImpl

Constructor Index

 o FolderStore()

Method Index

 o main(String[])
 o readFolderStore(String)
readFolderStore Read a file looking for the attributes of the form username : mailprotocol : foldername ex; hohltb : ninjamail : inbox
 o writeFolderStore(String)

Constructors

 o FolderStore
 public FolderStore()

Methods

 o readFolderStore
 public static Attributed readFolderStore(String filename) throws IOException
readFolderStore Read a file looking for the attributes of the form username : mailprotocol : foldername ex; hohltb : ninjamail : inbox

 o writeFolderStore
 public static void writeFolderStore(String filename) throws IOException
 o main
 public static void main(String argv[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index