Class Main

java.lang.Object
com.biglybt.ui.Main

public class Main extends Object
This is the main of all mains!
  • Field Details

    • DEBUG_STARTUPTIME

      public static final boolean DEBUG_STARTUPTIME
    • DEFAULT_UI

      public static String DEFAULT_UI
    • startServer

      public static StartServer startServer
    • core

      protected static Core core
    • commands

      private static org.apache.commons.cli.CommandLine commands
    • stopping

      private static volatile boolean stopping
    • stopped

      private static volatile boolean stopped
    • lastDebugTime

      private static long lastDebugTime
    • neverStarted

      private static boolean neverStarted
    • newUI

      private static IUserInterface newUI
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
    • logTime

      private static void logTime(String s)
    • buildUIList

      private static void buildUIList(org.apache.commons.cli.CommandLine commands)
    • CocoaMagic

      private static String[] CocoaMagic(String[] args)
    • setNewUI

      public static void setNewUI(IUserInterface newUI)