org.mule.module.boot
Class MuleBootstrap

java.lang.Object
  extended by org.mule.module.boot.MuleBootstrap

public class MuleBootstrap
extends Object

Determine which is the main class to run and delegate control to the Java Service Wrapper. Configure the classpath based on the libraries in $MULE_HOME/lib/*

Note: this class is intentionally kept free of any external library dependencies and therefore repeats a few utility methods.


Field Summary
static String[][] CLI_OPTIONS
           
static String MAIN_CLASS_MULE_SERVER
           
 
Constructor Summary
MuleBootstrap()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN_CLASS_MULE_SERVER

public static final String MAIN_CLASS_MULE_SERVER
See Also:
Constant Field Values

CLI_OPTIONS

public static final String[][] CLI_OPTIONS
Constructor Detail

MuleBootstrap

public MuleBootstrap()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.