JavahAdapter
public class ForkingJavah extends java.lang.Object implements JavahAdapter
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
IMPLEMENTATION_NAME |
the name of this adapter for users to select
|
Constructor | Description |
---|---|
ForkingJavah() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
compile(Javah javah) |
Performs the actual compilation.
|
public static final java.lang.String IMPLEMENTATION_NAME
public boolean compile(Javah javah) throws BuildException
compile
in interface JavahAdapter
javah
- the calling javah task.BuildException
- if there is an error.