| Class | Description |
|---|---|
| AbstractInstaller |
Framework for an installer that creates a temporary directory, writes package.xml when it's
done, and can resume if partly done.
|
| AbstractInstallerFactory |
Framework for an actually
InstallerFactory, with support for adding the listeners
generated by the InstallerFactory.StatusChangeListenerFactory to the generated installer
or uninstaller. |
| AbstractPackageOperation |
Frameworks for concrete
Installers and Uninstallers that manages creation of temp
directories, writing package metadata and install status, and resuming in-progress installs. |
| AbstractUninstaller |
Framework for a basic uninstaller that keeps track of its status and invalidates the list of
installed packages when complete.
|
| BasicInstallerFactory |
Factory for
BasicInstallers and BasicUninstallers. |