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

public class Gcjh extends Object implements JavahAdapter
Adapter to the native gcjh compiler.
Since:
Ant 1.8.2
  • Field Details

  • Constructor Details

    • Gcjh

      public Gcjh()
  • 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.