org.apache.tools.ant.taskdefs.optional.javah
public interface JavahAdapter
Since: Ant 1.6.3
Method Summary | |
---|---|
boolean | compile(Javah javah)
Performs the actual compilation. |
Parameters: javah the calling javah task.
Returns: true if the compilation was successful.
Throws: BuildException if there is an error.
Since: Ant 1.6.3