Application.run

Do the actual application work.

This method is meant to be implemented by subclasses to do the actual application work.

class Application
protected abstract
int
run

Parameters

args istring[]

Command line arguments as a raw list of strings

Return Value

Type: int

status code to return to the OS

Meta