org.grails.launcher
Class BootstrapUtils

java.lang.Object
  extended by org.grails.launcher.BootstrapUtils

public class BootstrapUtils
extends java.lang.Object

Methods to help the bootstrapping process

Since:
1.0.5

Constructor Summary
BootstrapUtils()
           
 
Method Summary
static void addLoggingJarsToRootLoaderAndInit(RootLoader rootLoader, java.util.List<java.io.File> compileDependencies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapUtils

public BootstrapUtils()
Method Detail

addLoggingJarsToRootLoaderAndInit

public static void addLoggingJarsToRootLoaderAndInit(RootLoader rootLoader,
                                                     java.util.List<java.io.File> compileDependencies)
                                              throws java.net.MalformedURLException,
                                                     java.lang.ClassNotFoundException
Throws:
java.net.MalformedURLException
java.lang.ClassNotFoundException