| BTS | Debian Bug Tracking System interaction. |
| Bug | Java representation of a Debian Bug Tracking System report
This is released under the terms of the GNU Lesser General public License
(LGPL). |
| BugComment | Any comment added to a bug report, including the initial report. |
| BugFile | This is released under the terms of the GNU Lesser General Public License
(LGPL). |
| BugListener | Interface for events related to a bug object. |
| BugNotFound | Exception thrown when a request was made for a bug which cannot be found. |
| Cache | Methods for managing a local cache of bug reports and package listings. |
| CacheError | Exception thrown when an error occured with the cache, e.g. |
| CacheMiss | Exception thrown when a request was made for an item from the cache which
does not exist. |
| CachePolicy | Policy to determine when to check for bug reports online. |
| CacheWriter | Lazy writer for bug reports in cache. |
| Listing | Contains bug listings for a particular package, source package, pseudo
package, or maintainer. |
| ListingListener | Interface for events related to a listing object. |
| ListingNotFound | Exception thrown when a request was made for a bug which cannot be found. |
| ListingStub | This is released under the terms of the GNU Lesser General Public License
(LGPL). |
| ListingType | Type for bug listings. |
| Packages | Methods for obtaining information about installed packages
|
| ServerError | Exception thrown when there was a problem connection to the Debian bug
server
This is released under the terms of the GNU Lesser General Public License
(LGPL). |
| Severity | Severity rating for a bug report
This is released under the terms of the GNU Lesser General Public License
(LGPL). |
| Status | Status field for a bug report or listing. |
| Synchroniser | Updates package and bug reports in a different thread. |
| SynchroniserListener | Interface to receive notifications when a synchroniser thread makes progress. |
| WWWBugParser | Gets bug reports in html format from bugs.debian.org and regexp's them to our
needs. |