Package org.stanwood.media.actions

Interface Summary
IAction This interface should be implemented by classes that are used to represent actions that can be performed on media files in a media directory
IActionEventHandler This is implemented by the action performer so that actions can notify it about changes in the media directory.
 

Class Summary
AbstractAction Helper class that actions should extends so that they only have to implement action methods that are needed.
ActionPerformer This class is used to perform a list of actions upon files in a media directory
Messages Message bundle class for package 'org.stanwood.media.actions'
SeenDatabase This class is used to maintain a list of files that have been seen by the actions in media directories
SeenEntry Used to store information on files that have been seen
 

Exception Summary
ActionException Thrown if their is a problem related to actions