Package com.phoenix_int.aserver
Last update: 22.06.2026Provides a library of available components and categories (directories) and factories for instantiating components.
Interfaces
| Interface | Description |
|---|---|
IPHXFactory |
Deprecated. It is preferred to use IPHXFactory2, as this class has methods that can leak resources. |
IPHXLibrarian |
Deprecated. It is preferred to use IPHXLibrarian2 as this class uses methods that can leak resources. |
IPHXVersionedLibrarian |
Deprecated. It is preferred to use IPHXVersionedLibrarian3 as this class has methods that can leak resources. |
IPHXVersionedLibrarian2 |
Deprecated. It is preferred to use IPHXVersionedLibrarian3 as this class supports methods that can cause file leaks. |
Classes
| Class | Description |
|---|---|
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. |
Exceptions
| Exception | Description |
|---|---|
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. |
Package Description
Provides a library of available components and categories (directories) and factories for instantiating components. Contains the standard directory-based publishing technique as well as interfaces for writing archiving and versioning plug-ins.