Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
CLIImportMedia
The mm-import-media command is used import media form watched media directories.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CLIPrintDatabaseSchema
This is a command line application used to print a database schema for a given dialect
usage: mm-print-db-schema [-c
|
Modifier and Type | Class and Description |
---|---|
class |
CLIMediaFileInformation
This is a CLI application used to print media file information.
|
Modifier and Type | Class and Description |
---|---|
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. |