mailpuccino
Class LocalDirectory

java.lang.Object
  extended bymailpuccino.LocalDirectoryEntry
      extended bymailpuccino.LocalDirectory
All Implemented Interfaces:
Directory, DirectoryEntry

public class LocalDirectory
extends LocalDirectoryEntry
implements Directory


Field Summary
(package private)  java.lang.String[] AllMembers
           
 
Fields inherited from class mailpuccino.LocalDirectoryEntry
Parent, Prefs
 
Constructor Summary
LocalDirectory(LocalDirectoryService Parent)
           
LocalDirectory(LocalDirectoryService Parent, Preferences Prefs)
           
 
Method Summary
 java.util.Vector getEntries()
           
 int getEntryCount()
           
 void init()
           
 
Methods inherited from class mailpuccino.LocalDirectoryEntry
getAttribute, getAttributes, getDirectory, getPrefs, setAttribute, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface mailpuccino.DirectoryEntry
getAttribute, getAttributes, getDirectory, setAttribute, setAttributes
 

Field Detail

AllMembers

java.lang.String[] AllMembers
Constructor Detail

LocalDirectory

public LocalDirectory(LocalDirectoryService Parent,
                      Preferences Prefs)

LocalDirectory

public LocalDirectory(LocalDirectoryService Parent)
Method Detail

init

public void init()

getEntries

public java.util.Vector getEntries()
                            throws DirectoryException
Specified by:
getEntries in interface Directory
Throws:
DirectoryException

getEntryCount

public int getEntryCount()
                  throws DirectoryException
Specified by:
getEntryCount in interface Directory
Throws:
DirectoryException