Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAction
Helper class that actions should extends so that they only have to
implement action methods that are needed.
|
Constructor and Description |
---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
ExecuteSystemCommandAction
This action is used execute a system command upon media files and directories
|
Modifier and Type | Class and Description |
---|---|
class |
PodCastAction
This action is used create a pod cast of media that it finds.
|
Modifier and Type | Class and Description |
---|---|
class |
RenameAction
This action is used to rename media files in a media directory based on a pattern.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IAction> |
ConfigReader.loadActionsFromConfigFile(Controller controller,
MediaDirConfig dirConfig)
Used to read the actions from the configuration file
|