org.mule.module.boot
Class MuleBootstrap
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MuleBootstrap
public MuleBootstrap()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.