Package be.panako.cli
Class Panako
java.lang.Object
be.panako.cli.Panako
public class Panako
extends java.lang.Object
The main starting point for the application. Does some argument parsing and
delegates to the right sub-applications.
- Author:
- Joren Six
-
Field Summary
Fields Modifier and Type Field Description static ApplicationcurrentApplicationstatic java.lang.StringDEFAULT_MICROPHONEA static string describing the default microphone. -
Constructor Summary
Constructors Constructor Description Panako() -
Method Summary
Modifier and Type Method Description static ApplicationgetCurrentApplication()static voidmain(java.lang.String[] args)Starts the Panako application.static voidprintQueryResult(QueryResult r)static voidprintQueryResult(QueryResult r, int task, int taskTotal)static voidprintQueryResultHeader()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DEFAULT_MICROPHONE
public static final java.lang.String DEFAULT_MICROPHONEA static string describing the default microphone. It is used in the monitor command.- See Also:
- Constant Field Values
-
currentApplication
-
-
Constructor Details
-
Panako
public Panako()
-
-
Method Details
-
getCurrentApplication
-
printQueryResult
-
printQueryResult
-
printQueryResultHeader
public static void printQueryResultHeader() -
main
public static void main(java.lang.String[] args)Starts the Panako application. It is the main (and only) entry point.- Parameters:
args- The command line arguments
-