wt.boot
Class BootstrapMain
java.lang.Object
wt.boot.BootstrapMain
- All Implemented Interfaces:
- Runnable
- public class BootstrapMain
- extends Object
- implements Runnable
Supported API: true
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BootstrapMain
private BootstrapMain()
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