FileDocCategorySizeDatePackage
JavahAdapter.javaAPI DocApache Ant 1.701393Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.taskdefs.optional.javah

JavahAdapter

public interface JavahAdapter
Interface for different backend implementations of the Javah task.
since
Ant 1.6.3

Fields Summary
Constructors Summary
Methods Summary
public booleancompile(org.apache.tools.ant.taskdefs.optional.Javah javah)
Performs the actual compilation.

param
javah the calling javah task.
return
true if the compilation was successful.
throws
BuildException if there is an error.
since
Ant 1.6.3