org.codehaus.groovy.tools
Class StringCompiler

java.lang.Object
  |
  +--org.codehaus.groovy.tools.StringCompiler

public class StringCompiler
extends Object


Constructor Summary
StringCompiler()
           
 
Method Summary
 org.codehaus.groovy.tools.GroovyClass[] compile(String source)
           
protected  org.codehaus.groovy.tools.Compiler getCompiler()
           
 void setClasspath(String classpath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringCompiler

public StringCompiler()
Method Detail

getCompiler

protected org.codehaus.groovy.tools.Compiler getCompiler()

setClasspath

public void setClasspath(String classpath)
                  throws Exception
Exception

compile

public org.codehaus.groovy.tools.GroovyClass[] compile(String source)
                                                throws Exception
Exception


Copyright © 2003 The Codehaus. All Rights Reserved.