wt.boot
Class BootstrapMain

java.lang.Object
  extended bywt.boot.BootstrapMain
All Implemented Interfaces:
Runnable

public class BootstrapMain
extends Object
implements Runnable

Supported API: true
Extendable: false


Field Summary
private static String[] args
           
private static String MISSING_PARAMETER_EXCEPTION
           
private static boolean preload
           
private  ClassLoader preloadLoader
           
private  String preloadResource
           
private static String RESOURCE
           
 
Constructor Summary
private BootstrapMain()
           
 
Method Summary
(package private) static void execCommand(String command, String[] jar_file_names)
           
private static String[] getArchiveNames()
           
private static String[] getCabinetNames()
           
private static Locale getLocale()
           
private static String getMessage(String format, Object[] args)
           
private static String getParameter(String name)
           
private static String getParameter(String name, boolean remove)
           
private static void localize(Locale locale)
           
static void main(String[] argv)
          Supported API: true
 void run()
           
private  void startPreloadThread(String preload_resource, ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

MISSING_PARAMETER_EXCEPTION

private static String MISSING_PARAMETER_EXCEPTION

args

private static String[] args

preload

private static boolean preload

preloadResource

private String preloadResource

preloadLoader

private ClassLoader preloadLoader
Constructor Detail

BootstrapMain

private BootstrapMain()
Method Detail

main

public static void main(String[] argv)
Supported API: true


getParameter

private static String getParameter(String name)

getParameter

private static String getParameter(String name,
                                   boolean remove)

getArchiveNames

private static String[] getArchiveNames()

getCabinetNames

private static String[] getCabinetNames()

localize

private static void localize(Locale locale)

getMessage

private static String getMessage(String format,
                                 Object[] args)

getLocale

private static Locale getLocale()

startPreloadThread

private void startPreloadThread(String preload_resource,
                                ClassLoader loader)

run

public void run()
Specified by:
run in interface Runnable

execCommand

static void execCommand(String command,
                        String[] jar_file_names)
                 throws IOException
Throws:
IOException