Package com.biglybt.ui
Class Main
- java.lang.Object
-
- com.biglybt.ui.Main
-
public class Main extends java.lang.Object
This is the main of all mains!
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.commons.cli.CommandLine
commands
protected static Core
core
static boolean
DEBUG_STARTUPTIME
static java.lang.String
DEFAULT_UI
private static long
lastDebugTime
private static boolean
neverStarted
private static IUserInterface
newUI
static StartServer
startServer
private static boolean
stopped
private static boolean
stopping
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static void
buildUIList(org.apache.commons.cli.CommandLine commands)
private static java.lang.String[]
CocoaMagic(java.lang.String[] args)
private static void
logTime(java.lang.String s)
static void
main(java.lang.String[] args)
static void
setNewUI(IUserInterface newUI)
-
-
-
Field Detail
-
DEBUG_STARTUPTIME
public static final boolean DEBUG_STARTUPTIME
-
DEFAULT_UI
public static java.lang.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
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
logTime
private static void logTime(java.lang.String s)
-
buildUIList
private static void buildUIList(org.apache.commons.cli.CommandLine commands)
-
CocoaMagic
private static java.lang.String[] CocoaMagic(java.lang.String[] args)
-
setNewUI
public static void setNewUI(IUserInterface newUI)
-
-