org.codehaus.groovy.tools
Class FileSystemCompiler

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

public class FileSystemCompiler
extends java.lang.Object


Field Summary
private  CompilationUnit unit
           
 
Constructor Summary
FileSystemCompiler(CompilerConfiguration configuration)
           
 
Method Summary
static int checkFiles(java.lang.String[] filenames)
           
 void compile(java.io.File[] files)
           
 void compile(java.lang.String[] paths)
           
static void displayHelp()
           
static void displayVersion()
           
static void main(java.lang.String[] args)
          Primary entry point for compiling from the command line (using the groovyc script).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unit

private CompilationUnit unit
Constructor Detail

FileSystemCompiler

public FileSystemCompiler(CompilerConfiguration configuration)
                   throws ConfigurationException
Method Detail

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

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)
Primary entry point for compiling from the command line (using the groovyc script).



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