Class GroovyStarter

java.lang.Object
org.codehaus.groovy.tools.GroovyStarter

public class GroovyStarter
extends java.lang.Object
Helper class to initialize the Groovy runtime.
  • Constructor Summary

    Constructors
    Constructor Description
    GroovyStarter()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    static void rootLoader​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GroovyStarter

      public GroovyStarter()
  • Method Details

    • main

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

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