Uses of Interface
org.codehaus.mojo.natives.javah.Javah
-
Packages that use Javah Package Description org.codehaus.mojo.natives.javah org.codehaus.mojo.natives.manager org.codehaus.mojo.natives.plugin -
-
Uses of Javah in org.codehaus.mojo.natives.javah
Classes in org.codehaus.mojo.natives.javah that implement Javah Modifier and Type Class Description classAbstractJavahclassJavahExecutableSun's javah compatible implementationclassJavahMacOSExecutableDeprecated.use the JavahExecutable instead since its invokes javah on system path -
Uses of Javah in org.codehaus.mojo.natives.manager
Fields in org.codehaus.mojo.natives.manager with type parameters of type Javah Modifier and Type Field Description private java.util.Map<java.lang.String,Javah>DefaultJavahManager. providersMethods in org.codehaus.mojo.natives.manager that return Javah Modifier and Type Method Description JavahDefaultJavahManager. getJavah(java.lang.String providerType)JavahJavahManager. getJavah(java.lang.String roleHint) -
Uses of Javah in org.codehaus.mojo.natives.plugin
Methods in org.codehaus.mojo.natives.plugin that return Javah Modifier and Type Method Description private JavahNativeJavahMojo. getJavah()
-