janino.net

org.codehaus.janino
Class AntCompilerAdapter

  extended by 
      extended by org.codehaus.janino.AntCompilerAdapter
All Implemented Interfaces:

public class AntCompilerAdapter
extends

A simple for the "ant" tool that silently ignores most of the configuration parameters and attempts to compile all given source files into class files.


Field Summary
 
Fields inherited from class org.apache.tools.ant.taskdefs.compilers.
, , , , , , , , , , , , , , , , , , , , ,
 
Constructor Summary
AntCompilerAdapter()
           
 
Method Summary
 boolean execute()
          Compile all source files in DefaultCompilerAdapter.compileList individually and write class files in directory DefaultCompilerAdapter.destDir.
 
Methods inherited from class org.apache.tools.ant.taskdefs.compilers.
, , , , , , , , , , , , , , , , , , , , , ,
 
Methods inherited from class java.lang.
, , , , , , , , , ,
 

Constructor Detail

AntCompilerAdapter

public AntCompilerAdapter()
Method Detail

execute

public boolean execute()
Compile all source files in DefaultCompilerAdapter.compileList individually and write class files in directory DefaultCompilerAdapter.destDir.

The following fields of are honored:

The following fields of are not honored at this time:

Returns:
"true" on success

janino.net