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