Class Kaffeh
java.lang.Object
org.apache.tools.ant.taskdefs.optional.javah.Kaffeh
- All Implemented Interfaces:
JavahAdapter
public class Kaffeh extends java.lang.Object implements JavahAdapter
Adapter to the native kaffeh compiler.
- Since:
- Ant 1.6.3
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IMPLEMENTATION_NAME
the name of the javah adapter - kaffeh -
Constructor Summary
Constructors Constructor Description Kaffeh()
-
Method Summary
-
Field Details
-
IMPLEMENTATION_NAME
public static final java.lang.String IMPLEMENTATION_NAMEthe name of the javah adapter - kaffeh- See Also:
- Constant Field Values
-
-
Constructor Details
-
Kaffeh
public Kaffeh()
-
-
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
-