Package be.panako.cli

Class Panako

java.lang.Object
be.panako.cli.Panako

public class Panako extends Object
The main starting point for the application. Does some argument parsing and delegates to the right sub-applications.
  • Field Details

    • DEFAULT_MICROPHONE

      public static final String DEFAULT_MICROPHONE
      A static string describing the default microphone. It is used in the monitor command.
      See Also:
    • currentApplication

      public static Application currentApplication
  • Constructor Details

    • Panako

      public Panako()
  • Method Details

    • getCurrentApplication

      public static Application getCurrentApplication()
    • printQueryResult

      public static void printQueryResult(QueryResult r, int task, int taskTotal)
    • printQueryResult

      public static void printQueryResult(QueryResult r)
    • printQueryResultHeader

      public static void printQueryResultHeader()
    • main

      public static void main(String[] args)
      Starts the Panako application. It is the main (and only) entry point.
      Parameters:
      args - The command line arguments