Package org.apache.tools.ant.taskdefs.compilers

Interface Summary
CompilerAdapter The interface that all compiler adapters must adher to.
 

Class Summary
CompilerAdapterFactory Creates the necessary compiler adapter, given basic criteria.
DefaultCompilerAdapter This is the default implementation for the CompilerAdapter interface.
Javac12 The implementation of the javac compiler for JDK 1.2 This is primarily a cut-and-paste from the original javac task before it was refactored.
Javac13 The implementation of the javac compiler for JDK 1.3 This is primarily a cut-and-paste from the original javac task before it was refactored.
Jikes The implementation of the jikes compiler.
Jvc The implementation of the jvc compiler from microsoft.
 



Copyright ? 2000 Apache Software Foundation. All Rights Reserved.