Class ForkingJavah

java.lang.Object
org.apache.tools.ant.taskdefs.optional.javah.ForkingJavah
All Implemented Interfaces:
JavahAdapter

public class ForkingJavah extends Object implements JavahAdapter
This implementation runs the javah executable in a separate process.
Since:
Ant 1.9.8
  • Field Details

    • IMPLEMENTATION_NAME

      public static final String IMPLEMENTATION_NAME
      the name of this adapter for users to select
      See Also:
  • Constructor Details

    • ForkingJavah

      public ForkingJavah()
  • Method Details

    • compile

      public boolean compile(Javah javah) throws BuildException
      Performs the actual compilation.
      Specified by:
      compile in interface JavahAdapter
      Parameters:
      javah - the calling javah task.
      Returns:
      true if the compilation was successful.
      Throws:
      BuildException - if there is an error.