Modifier and Type | Interface and Description |
---|---|
public interface | JavahAdapter
Interface for different backend implementations of the Javah task. |
Modifier and Type | Class and Description |
---|---|
public class | ForkingJavah
This implementation runs the javah executable in a separate process. |
public class | Gcjh
Adapter to the native gcjh compiler. |
public class | JavahAdapterFactory
Creates the JavahAdapter based on the user choice and potentially the VM vendor. |
public class | Kaffeh
Adapter to the native kaffeh compiler. |
public class | SunJavah
Adapter to com.sun.tools.javah.oldjavah.Main or com.sun.tools.javah.Main. |