Web Site

org.codehaus.janino
Class AntCompilerAdapter

java.lang.Object
  extended by DefaultCompilerAdapter
      extended by org.codehaus.janino.AntCompilerAdapter

public class AntCompilerAdapter
extends DefaultCompilerAdapter

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


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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 DefaultCompilerAdapter are honored:

The following fields of DefaultCompilerAdapter are not honored at this time:

Returns:
"true" on success

Web Site