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(CompilerConfiguration configuration)
throws ConfigurationException
- Throws:
ConfigurationException
compile
public void compile(String[] paths)
throws Exception
- Throws:
Exception
compile
public void compile(File[] files)
throws Exception
- Throws:
Exception
displayHelp
public static void displayHelp()
displayVersion
public static void displayVersion()
checkFiles
public static int checkFiles(String[] filenames)
main
public static void main(String[] args)
- Primary entry point for compiling from the command line
(using the groovyc script).
Copyright © 2003-2009 The Codehaus. All Rights Reserved.