org.codehaus.groovy.tools
Class FileSystemCompiler
java.lang.Object
org.codehaus.groovy.tools.FileSystemCompiler
- public class FileSystemCompiler
- extends java.lang.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 Compiler getCompiler()
setOutputDir
public void setOutputDir(java.lang.String outputDir)
setOutputDir
public void setOutputDir(java.io.File outputDir)
getOutputDir
public java.io.File getOutputDir()
setClasspath
public void setClasspath(java.lang.String classpath)
throws java.lang.Exception
- Throws:
java.lang.Exception
compile
public void compile(java.lang.String[] paths)
throws java.lang.Exception
- Throws:
java.lang.Exception
compile
public void compile(java.io.File[] files)
throws java.lang.Exception
- Throws:
java.lang.Exception
dumpClassFile
protected void dumpClassFile(GroovyClass groovyClass)
throws java.io.IOException
- Throws:
java.io.IOException
createOutputFile
protected java.io.File createOutputFile(java.lang.String className)
displayHelp
public static void displayHelp()
displayVersion
public static void displayVersion()
checkFiles
public static int checkFiles(java.lang.String[] filenames)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2003-2004 The Codehaus. All Rights Reserved.