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
|
class |
BaseLauncher
This is the base class of all CLI command launchers
|
Constructor and Description |
---|
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
|
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. |
Constructor and Description |
---|
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
|