org.codehaus.groovy.tools
Class GroovyStarter

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

public class GroovyStarter
extends Object

Helper class to help classworlds to load classes.


Constructor Summary
Constructor and Description
GroovyStarter()
           
 
Method Summary
Modifier and Type Method and Description
static void main(String[] args)
           
static void rootLoader(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyStarter

public GroovyStarter()
Method Detail

rootLoader

public static void rootLoader(String[] args)

main

public static void main(String[] args)

Copyright © 2003-2010 The Codehaus. All rights reserved.