org.codehaus.groovy.tools
Class StringCompiler

java.lang.Object
  extended byorg.codehaus.groovy.tools.StringCompiler

public class StringCompiler
extends java.lang.Object


Constructor Summary
StringCompiler()
           
 
Method Summary
 GroovyClass[] compile(java.lang.String source)
           
protected  Compiler getCompiler()
           
 void setClasspath(java.lang.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 Compiler getCompiler()

setClasspath

public void setClasspath(java.lang.String classpath)
                  throws java.lang.Exception
Throws:
java.lang.Exception

compile

public GroovyClass[] compile(java.lang.String source)
                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2004 The Codehaus. All Rights Reserved.