jade-native:javahGenerate jni include files based on a set of class names @author Dan T. Tran @author Fred Simon @version $Id: NativeJavahMojo.java 2419 2006-09-28 14:29:06Z dantran $ Mojo Attributes:
Required Parameters
Optional Parameters
Parameter DetailsprojectHelper project-helper instance, used to make addition of resources simpler
artifactResolver Used to look up Artifacts in the local or remote repository.
artifactFactory Used to look up Artifacts in the local or remote repository.
localRepository The local repository
pluginArtifacts The plugin dependency artifacts
maven2AntManager The manager to link maven project with an Ant project.
nameProvider No Description.
implementation Javah Provider
classNames List of class names to generate native files. Default is all JNI classes available in the classpath excluding the transitive dependencies, jars with test scope and provided scope
outputDirectory Generated native source files go here
outputFileName if configured will be combined with outputDirectory to pass into javah's -o option
verbose Enable javah verbose mode
|
|||||||||||||||||||||||||||||||||||||||||||||