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 class
AbstractJavah
class
JavahExecutable
Sun's javah compatible implementationclass
JavahMacOSExecutable
Deprecated.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. providers
Methods in org.codehaus.mojo.natives.manager that return Javah Modifier and Type Method Description Javah
DefaultJavahManager. getJavah(java.lang.String providerType)
Javah
JavahManager. 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 Javah
NativeJavahMojo. getJavah()
-