Class ForkingJavah
java.lang.Object
org.apache.tools.ant.taskdefs.optional.javah.ForkingJavah
- All Implemented Interfaces:
- JavahAdapter
This implementation runs the javah executable in a separate process.
- Since:
- Ant 1.9.8
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringthe name of this adapter for users to select
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
IMPLEMENTATION_NAMEthe name of this adapter for users to select- See Also:
 
 
- 
- 
Constructor Details- 
ForkingJavahpublic ForkingJavah()
 
- 
- 
Method Details- 
compilePerforms 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.
 
 
-