Class SunJavah
java.lang.Object
org.apache.tools.ant.taskdefs.optional.javah.SunJavah
- All Implemented Interfaces:
JavahAdapter
Adapter to com.sun.tools.javah.oldjavah.Main or com.sun.tools.javah.Main.
- Since:
- Ant 1.6.3
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
IMPLEMENTATION_NAME
-
-
Constructor Details
-
SunJavah
public SunJavah()
-
-
Method Details
-
compile
Performs the actual compilation.- Specified by:
compile
in interfaceJavahAdapter
- 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
-