public class GroovyStarter
extends Object
Helper class to initialize the Groovy runtime.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static void |
main(String[] args)Bootstraps the requested Groovy launcher from command-line arguments. |
|
public static void |
rootLoader(String[] args)Configures the root loader and invokes the selected main class. |
Bootstraps the requested Groovy launcher from command-line arguments.
args - launcher argumentsConfigures the root loader and invokes the selected main class.
args - starter arguments