org.gudy.azureus2.ui.common
Class Main

java.lang.Object
  extended by org.gudy.azureus2.ui.common.Main

public class Main
extends Object

Author:
Tobias Minich

Nested Class Summary
static class Main.StartSocket
           
 
Field Summary
protected static AzureusCore core
           
static String DEFAULT_UI
           
static StartServer start
           
 
Constructor Summary
Main()
           
 
Method Summary
static boolean directLaunch(String[] args, org.apache.commons.cli.CommandLine commands)
           
static void initRootLogger()
           
static void main(String[] args)
           
static void openTorrents(String[] torrents)
           
static void processArgs(String[] args, AzureusCore new_core, org.apache.commons.cli.CommandLine commands)
           
static void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_UI

public static String DEFAULT_UI

start

public static StartServer start

core

protected static AzureusCore core
Constructor Detail

Main

public Main()
Method Detail

initRootLogger

public static void initRootLogger()

main

public static void main(String[] args)

shutdown

public static void shutdown()

directLaunch

public static boolean directLaunch(String[] args,
                                   org.apache.commons.cli.CommandLine commands)

processArgs

public static void processArgs(String[] args,
                               AzureusCore new_core,
                               org.apache.commons.cli.CommandLine commands)

openTorrents

public static void openTorrents(String[] torrents)