Class Gcjh
- java.lang.Object
- 
- org.apache.tools.ant.taskdefs.optional.javah.Gcjh
 
- 
- All Implemented Interfaces:
- JavahAdapter
 
 public class Gcjh extends java.lang.Object implements JavahAdapter Adapter to the native gcjh compiler.- Since:
- Ant 1.8.2
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringIMPLEMENTATION_NAME
 - 
Constructor SummaryConstructors Constructor Description Gcjh()
 
- 
- 
- 
Field Detail- 
IMPLEMENTATION_NAMEpublic static final java.lang.String IMPLEMENTATION_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
compilepublic boolean compile(Javah javah) throws BuildException Performs the actual compilation.- Specified by:
- compilein interface- JavahAdapter
- Parameters:
- javah- the calling javah task.
- Returns:
- true if the compilation was successful.
- Throws:
- BuildException- if there is an error.
 
 
- 
 
-