public class Media extends BaseCommand
FATAL_ERROR_CODE, mArgs, NO_CLASS_ERROR_CODE, NO_SYSTEM_ERROR_CODE
Constructor and Description |
---|
Media() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Command-line entry point.
|
void |
onRun()
Implement the command.
|
void |
onShowUsage(PrintStream out)
Print help text for the command.
|
nextArg, nextArgRequired, nextOption, run, showError, showUsage
public static void main(String[] args)
args
- The command-line argumentspublic void onShowUsage(PrintStream out)
BaseCommand
onShowUsage
in class BaseCommand
public void onRun() throws Exception
BaseCommand
onRun
in class BaseCommand
Exception