Interface | Description |
---|---|
ISeenDatabase |
Should be implemented by classes used to implement a seen media file database
|
Class | Description |
---|---|
DatabaseSeenDatabase |
The seen database implemented with a actual database.
|
FileSeenDatabase |
This class is used to maintain a list of files that have been seen by the actions
in media directories
|
Messages |
Message bundle class
|
SeenEntry |
Used to store information on files that have been seen
|
Exception | Description |
---|---|
SeenDBException |
Thrown if their is a seen DB problem
|