Uses of Class
org.stanwood.media.cli.BaseLauncher

Packages that use BaseLauncher
org.stanwood.media.cli   
org.stanwood.media.cli.importer   
org.stanwood.media.cli.manager   
org.stanwood.media.info   
org.stanwood.media.source.xbmc.cli   
 

Uses of BaseLauncher in org.stanwood.media.cli
 

Subclasses of BaseLauncher in org.stanwood.media.cli
 class AbstractLauncher
          This class should be extended by classes that have a main method used to lauch them from the command line.
 class AbstractSubCLICommand
          This is a abstract base class for the sub commands of CLI commands
 

Uses of BaseLauncher in org.stanwood.media.cli.importer
 

Subclasses of BaseLauncher in org.stanwood.media.cli.importer
 class CLIImportMedia
           The mm-import-media command is used import media form watched media directories.
 

Uses of BaseLauncher in org.stanwood.media.cli.manager
 

Subclasses of BaseLauncher in org.stanwood.media.cli.manager
 class CLICopyStoreToStore
           The mm-copy-store-to-store command is used to copy media file information from one store to another.
 class CLICopyToMediaDir
           The mm-move-into-media-directory command is used to move media files into a directory.
 class CLIFixSeenDB
           This class is used as the entry point to the command line tool used to fix the seen database.
 class CLIMediaManager
           This is a command line launcher that is used to managed a media directory.
 

Uses of BaseLauncher in org.stanwood.media.info
 

Subclasses of BaseLauncher in org.stanwood.media.info
 class CLIMediaFileInformation
          This is a CLI application used to print media file information.
 

Uses of BaseLauncher in org.stanwood.media.source.xbmc.cli
 

Subclasses of BaseLauncher in org.stanwood.media.source.xbmc.cli
 class AbstractXBMCSubCommand
          A base class for all XBMC releated commands
 class CLIManageAddons
          The main XBMC addon manager command line command
 class InstallCommand
          This is a sub command of the CLIManageAddons command.
 class ListCommand
          This is a sub command of the CLIManageAddons command.
 class RemoveCommand
          This is a sub command of the CLIManageAddons command.
 class UpdateCommand
          This is a sub command of the CLIManageAddons command.