Package org.codehaus.mojo.natives.javah
Interface Javah
-
- All Known Implementing Classes:
AbstractJavah
,JavahExecutable
,JavahMacOSExecutable
public interface Javah
Generates JNI header files using javah
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
compile(JavahConfiguration configuration)
-
-
-
Method Detail
-
compile
void compile(JavahConfiguration configuration) throws NativeBuildException
- Throws:
NativeBuildException
-
-