org.gudy.azureus2.ui.common
Class Main

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

public class Main
extends java.lang.Object

Author:
Tobias Minich

Nested Class Summary
static class Main.StartSocket
           
 
Field Summary
protected static AzureusCore core
           
static java.lang.String DEFAULT_UI
           
static StartServer start
           
 
Constructor Summary
Main()
           
 
Method Summary
static boolean directLaunch(java.lang.String[] args, org.apache.commons.cli.CommandLine commands)
           
static void initRootLogger()
           
static void main(java.lang.String[] args)
           
static void openTorrents(java.lang.String[] torrents)
           
static void processArgs(java.lang.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 java.lang.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(java.lang.String[] args)

shutdown

public static void shutdown()

directLaunch

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

processArgs

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

openTorrents

public static void openTorrents(java.lang.String[] torrents)