Uses of Interface
org.stanwood.media.cli.ICLICommand

Packages that use ICLICommand
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 ICLICommand in org.stanwood.media.cli
 

Classes in org.stanwood.media.cli that implement ICLICommand
 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
 class BaseLauncher
          This is the base class of all CLI command launchers
 

Constructors in org.stanwood.media.cli with parameters of type ICLICommand
AbstractSubCLICommand(ICLICommand rootCommand, java.lang.String name, java.lang.String description, java.util.List<org.apache.commons.cli.Option> options, IExitHandler exitHandler, java.io.PrintStream stdout, java.io.PrintStream stderr)
          The constructor
 

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

Classes in org.stanwood.media.cli.importer that implement ICLICommand
 class CLIImportMedia
           The mm-import-media command is used import media form watched media directories.
 

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

Classes in org.stanwood.media.cli.manager that implement ICLICommand
 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 ICLICommand in org.stanwood.media.info
 

Classes in org.stanwood.media.info that implement ICLICommand
 class CLIMediaFileInformation
          This is a CLI application used to print media file information.
 

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

Classes in org.stanwood.media.source.xbmc.cli that implement ICLICommand
 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.
 

Constructors in org.stanwood.media.source.xbmc.cli with parameters of type ICLICommand
AbstractXBMCSubCommand(ICLICommand rootCommand, java.lang.String name, java.lang.String description, java.util.List<org.apache.commons.cli.Option> options, IExitHandler exitHandler, java.io.PrintStream stdout, java.io.PrintStream stderr)
          The constructor
InstallCommand(ICLICommand rootCommand, IExitHandler exitHandler, java.io.PrintStream stdout, java.io.PrintStream stderr)
          The constructor
ListCommand(ICLICommand rootCommand, IExitHandler exitHandler, java.io.PrintStream stdout, java.io.PrintStream stderr)
          The constructor
RemoveCommand(ICLICommand rootCommand, IExitHandler exitHandler, java.io.PrintStream stdout, java.io.PrintStream stderr)
          The constructor
UpdateCommand(ICLICommand rootCommand, IExitHandler exitHandler, java.io.PrintStream stdout, java.io.PrintStream stderr)
          The constructor