org.codehaus.groovy.tools
Class FileSystemCompiler
java.lang.Object
|
+--org.codehaus.groovy.tools.FileSystemCompiler
- public class FileSystemCompiler
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemCompiler
public FileSystemCompiler()
setVerbose
public void setVerbose(boolean verbose)
getCompiler
protected org.codehaus.groovy.tools.Compiler getCompiler()
setOutputDir
public void setOutputDir(String outputDir)
setOutputDir
public void setOutputDir(File outputDir)
getOutputDir
public File getOutputDir()
setClasspath
public void setClasspath(String classpath)
throws Exception
Exception
compile
public void compile(String[] paths)
throws Exception
Exception
compile
public void compile(File[] files)
throws Exception
Exception
dumpClassFile
protected void dumpClassFile(org.codehaus.groovy.tools.GroovyClass groovyClass)
throws IOException
IOException
createOutputFile
protected File createOutputFile(String className)
displayHelp
public static void displayHelp()
displayVersion
public static void displayVersion()
checkFiles
public static int checkFiles(String[] filenames)
main
public static void main(String[] args)
throws Exception
Exception
Copyright © 2003 The Codehaus. All Rights Reserved.