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

Interface JavahAdapter

public interface JavahAdapter

Interface for different backend implementations of the Javah task.

Since: Ant 1.6.3

Method Summary
booleancompile(Javah javah)
Performs the actual compilation.

Method Detail

compile

public boolean compile(Javah javah)
Performs the actual compilation.

Since: Ant 1.6.3

Copyright