org.apache.tools.ant.taskdefs.compilers
public class CompilerAdapterFactory extends Object
Since: Ant 1.3
Method Summary | |
---|---|
static CompilerAdapter | getCompiler(String compilerType, Task task)
Based on the parameter passed in, this method creates the necessary
factory desired.
|
Parameters: compilerType either the name of the desired compiler, or the full classname of the compiler's adapter. task a task to log through.
Throws: BuildException if the compiler type could not be resolved into a compiler adapter.