org.apache.tools.ant.taskdefs.optional.javahInterface JavahAdapter
- All Known Implementing Classes:
- ForkingJavah, Gcjh, Kaffeh, SunJavah
public interface JavahAdapter
Interface for different backend implementations of the Javah task.
- Since:
- Ant 1.6.3
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description boolean
compile(Javah javah)
Performs the actual compilation.
Method Detail
compile
boolean compile(Javah javah) throws BuildExceptionPerforms 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