Interface | Description |
---|---|
ICommandLogger |
Used to log output from commands
|
ICommandResult |
The command result interface
|
Class | Description |
---|---|
AbstractServerCommand<R extends ICommandResult> |
The base of server commands
|
EmptyResult |
A empty results class
|
ImportMediaCommand |
This command is used to import media from watch directiores
|
ImportMediaResult |
the result of the import media command
|
ManageMediaCommand |
This command is used to manage the media in the media directiores
|
XBMCInstallAddonsCommand |
This command is used to install XBMC addons for the XBMC source
|
XBMCListAddonsCommand |
A command to list installed addons
|
XBMCListAddonsResult |
Used to store the results of the XBMC list command
|
XBMCRemoveAddonsCommand |
This command is used to uninstall XBMC addons for the XBMC source
|
XBMCUpdateAddonsCommand |
This command is used to update addons
|
Annotation Type | Description |
---|---|
AbstractServerCommand.param |
Used to annotate parameters
|