org.apache.tools.ant.taskdefs.optional.javah
Class MyJavah
java.lang.Objectorg.apache.tools.ant.taskdefs.optional.javah.MyJavah
- JavahAdapter
public class MyJavah
extends java.lang.Object
Adapter to the native javah compiler.
boolean | compile(Javah javah)- Performs the actual compilation.
|
IMPLEMENTATION_NAME
public static final String IMPLEMENTATION_NAME
the name of the javah adapter - javah
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.