org.grails.launcher
Class ForkedGrailsLauncher

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

public class ForkedGrailsLauncher
extends java.lang.Object

Allows for Grails commands to be executed in a Forked VM

Since:
2.1

Nested Class Summary
static class ForkedGrailsLauncher.ExecutionContext
           
 
Constructor Summary
ForkedGrailsLauncher(ForkedGrailsLauncher.ExecutionContext executionContext)
           
 
Method Summary
protected static void fatalError(java.lang.Throwable e)
           
 void fork()
           
static void main(java.lang.String[] args)
           
 void setDebug(boolean debug)
           
 void setMaxMemory(int maxMemory)
           
 void setMaxPerm(int maxPerm)
           
 void setMinMemory(int minMemory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForkedGrailsLauncher

public ForkedGrailsLauncher(ForkedGrailsLauncher.ExecutionContext executionContext)
Method Detail

setMaxMemory

public void setMaxMemory(int maxMemory)

setMinMemory

public void setMinMemory(int minMemory)

setMaxPerm

public void setMaxPerm(int maxPerm)

setDebug

public void setDebug(boolean debug)

fork

public void fork()

main

public static void main(java.lang.String[] args)

fatalError

protected static void fatalError(java.lang.Throwable e)