org.mule.module.boot
Class MuleBootstrapUtils

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

public final class MuleBootstrapUtils
extends Object


Nested Class Summary
static class MuleBootstrapUtils.ProxyInfo
           
 
Field Summary
static String MULE_LOCAL_JAR_FILENAME
           
 
Method Summary
static void addLibrariesToClasspath(List urls)
           
static void addLocalJarFilesToClasspath(File muleHome, File muleBase)
           
static File getMuleHomeFile()
           
static File getMuleLibDir()
           
static File getMuleLocalJarFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULE_LOCAL_JAR_FILENAME

public static final String MULE_LOCAL_JAR_FILENAME
See Also:
Constant Field Values
Method Detail

getMuleHomeFile

public static File getMuleHomeFile()

getMuleLibDir

public static File getMuleLibDir()

getMuleLocalJarFile

public static File getMuleLocalJarFile()

addLocalJarFilesToClasspath

public static void addLocalJarFilesToClasspath(File muleHome,
                                               File muleBase)
                                        throws Exception
Throws:
Exception

addLibrariesToClasspath

public static void addLibrariesToClasspath(List urls)
                                    throws NoSuchMethodException,
                                           IllegalAccessException,
                                           InvocationTargetException
Throws:
NoSuchMethodException
IllegalAccessException
InvocationTargetException


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