Package be.panako.cli
Class Panako
java.lang.Object
be.panako.cli.Panako
The main starting point for the application. Does some argument parsing and
delegates to the right sub-applications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Applicationstatic final StringA static string describing the default microphone. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Applicationstatic voidStarts the Panako application.static voidstatic voidprintQueryResult(QueryResult r, int task, int taskTotal) static void
-
Field Details
-
DEFAULT_MICROPHONE
A static string describing the default microphone. It is used in the monitor command.- See Also:
-
currentApplication
-
-
Constructor Details
-
Panako
public Panako()
-
-
Method Details
-
getCurrentApplication
-
printQueryResult
-
printQueryResult
-
printQueryResultHeader
public static void printQueryResultHeader() -
main
Starts the Panako application. It is the main (and only) entry point.- Parameters:
args- The command line arguments
-