org.apache.tools.ant.taskdefs.optional.javah
Class Kaffeh
java.lang.Object
org.apache.tools.ant.taskdefs.optional.javah.Kaffeh
- JavahAdapter
public class Kaffeh
extends java.lang.Object
Adapter to the native kaffeh compiler.
boolean | compile(Javah javah) - Performs the actual compilation.
|
IMPLEMENTATION_NAME
public static final String IMPLEMENTATION_NAME
the name of the javah adapter - kaffeh
compile
public boolean compile(Javah javah)
throws BuildException
Performs the actual compilation.
- compile in interface JavahAdapter
javah
- the calling javah task.
- true if the compilation was successful.