Constructs a new instance of this class given an object to send the
message to, a string naming the method to invoke, an argument count and a
flag indicating whether or not the arguments will be passed in an array.
Constructs a new instance of this class given an object to send the
message to, a string naming the method to invoke, an argument count, a
flag indicating whether or not the arguments will be passed in an array
and a value to return when an exception happens.
This goal generates the native source code and a
autoconf/msbuild based build system needed to
build a JNI library for any HawtJNI annotated
classes in your maven project.
Returns whether or not callbacks which are triggered at the native level
should cause the messages described by the matching Callback
objects to be invoked.
Instructions on how to use the NativeStats tool with a standalone SWT
example:
Compile the native libraries defining the NATIVE_STATS flag.
Add the following code around the sections of
interest to dump the native calls done in that section.
This goal allows allows you to package the JNI library created by build goal
in a JAR which the HawtJNI runtime can unpack when the library needs to be
loaded.
Indicates whether or not callbacks which are triggered at the native
level should cause the messages described by the matching
Callback objects to be invoked.