Interface JavahAdapter
- 
- All Known Implementing Classes:
- ForkingJavah,- Gcjh,- Kaffeh,- SunJavah
 
 public interface JavahAdapterInterface for different backend implementations of the Javah task.- Since:
- Ant 1.6.3
 
- 
- 
Method Detail- 
compileboolean compile(Javah javah) throws BuildException 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
 
 
- 
 
-