Uses of Interface
org.stanwood.media.actions.IAction

Packages that use IAction
org.stanwood.media   
org.stanwood.media.actions   
org.stanwood.media.actions.command   
org.stanwood.media.actions.podcast   
org.stanwood.media.actions.rename   
org.stanwood.media.setup   
 

Uses of IAction in org.stanwood.media
 

Methods in org.stanwood.media that return types with arguments of type IAction
 ExtensionInfo<? extends IAction> Controller.getActionInfo(java.lang.String id)
          Used to get information about a action
 java.util.List<IAction> MediaDirectory.getActions()
          Get the actions been used by the media directory
 java.util.List<ExtensionInfo<? extends IAction>> Controller.getAvalibaleActions()
          Used to get a list of possible actions that can be used with a media directory.
 

Uses of IAction in org.stanwood.media.actions
 

Classes in org.stanwood.media.actions that implement IAction
 class AbstractAction
          Helper class that actions should extends so that they only have to implement action methods that are needed.
 

Constructor parameters in org.stanwood.media.actions with type arguments of type IAction
ActionPerformer(Controller controller, java.util.List<IAction> actions, MediaDirectory dir, java.util.List<java.lang.String> exts)
          Constructor used to create a instance of the class
 

Uses of IAction in org.stanwood.media.actions.command
 

Classes in org.stanwood.media.actions.command that implement IAction
 class ExecuteSystemCommandAction
          This action is used execute a system command upon media files and directories
 

Uses of IAction in org.stanwood.media.actions.podcast
 

Classes in org.stanwood.media.actions.podcast that implement IAction
 class PodCastAction
           This action is used create a pod cast of media that it finds.
 

Uses of IAction in org.stanwood.media.actions.rename
 

Classes in org.stanwood.media.actions.rename that implement IAction
 class RenameAction
          This action is used to rename media files in a media directory based on a pattern.
 

Uses of IAction in org.stanwood.media.setup
 

Methods in org.stanwood.media.setup that return types with arguments of type IAction
 java.util.List<IAction> ConfigReader.loadActionsFromConfigFile(Controller controller, MediaDirConfig dirConfig)
          Used to read the actions from the configuration file