Top Interfaces Classes
[default module]

Package org.apache.tools.ant.taskdefs.optional.javah


Interface Summary

Modifier and TypeInterface and Description
public interface
JavahAdapter

Interface for different backend implementations of the Javah task.

Class Summary

Modifier and TypeClass 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.