Package com.phoenix_int.aserver.library

Interface Summary
IPHXFactory A factory is a class that has the logic for turning a file on disk into a real component instance and for retrieving component meta data.
IPHXLibrarian This is an interface for classes that manage a directory heirarchy of available components.
IPHXVersionedLibrarian This extends the IPHXLibrarian interface to include version information about components.
IPHXVersionedLibrarian2 This extends the IPHXLibrarian interface to include version information about components.
 

Class Summary
PHXCVSLibrarian Implementation of IPHXLibrarian which loads files out of CVS.
PHXDirectoryLibrarian This librarian provides a window into a directory on disk that contains wrapper and component files.
PHXLibrarianCombiner This class combines several sub-librarians, adding dir lists and component lists together.
PHXLibrarianMounter This class has the functionality of providing a "virtual" directory tree where different sub-librarians can be "mounted" very similarly to the UNIX concept of mounting filesystems.
PHXUserDirLibrarian This librarian provides "user" directories by looking in a user path or by reading /etc/passwd.
 

Exception Summary
PHXNoSuchAssociationException An exception that is thrown when an invalid association is specified.
PHXNoSuchCategoryException An exception that is thrown when an invalid class category is specified.
PHXNoSuchIconException An exception that is thrown when an invalid icon is specified.