Package org.codehaus.groovy.tools
Class GroovyStarter
java.lang.Object
org.codehaus.groovy.tools.GroovyStarter
Helper class to initialize the Groovy runtime.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidBootstraps the requested Groovy launcher from command-line arguments.static voidrootLoader(String[] args) Configures the root loader and invokes the selected main class.
-
Constructor Details
-
GroovyStarter
public GroovyStarter()
-
-
Method Details
-
main
Bootstraps the requested Groovy launcher from command-line arguments.- Parameters:
args- launcher arguments
-
rootLoader
Configures the root loader and invokes the selected main class.- Parameters:
args- starter arguments
-