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
-
FolderStore()
-
-
main(String[])
-
-
readFolderStore(String)
- readFolderStore
Read a file looking for the attributes of the form
username : mailprotocol : foldername
ex;
hohltb : ninjamail : inbox
-
writeFolderStore(String)
-
FolderStore
public FolderStore()
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
writeFolderStore
public static void writeFolderStore(String filename) throws IOException
main
public static void main(String argv[])
All Packages Class Hierarchy This Package Previous Next Index