Uses of Class
org.codehaus.mojo.natives.javah.JavahConfiguration
-
Packages that use JavahConfiguration Package Description org.codehaus.mojo.natives.javah org.codehaus.mojo.natives.plugin -
-
Uses of JavahConfiguration in org.codehaus.mojo.natives.javah
Methods in org.codehaus.mojo.natives.javah with parameters of type JavahConfiguration Modifier and Type Method Description void
Javah. compile(JavahConfiguration configuration)
void
JavahExecutable. compile(JavahConfiguration config)
protected org.codehaus.plexus.util.cli.Commandline
JavahExecutable. createJavahCommand(JavahConfiguration config)
protected String
JavahExecutable. getJavaHExecutable(JavahConfiguration config)
-
Uses of JavahConfiguration in org.codehaus.mojo.natives.plugin
Methods in org.codehaus.mojo.natives.plugin that return JavahConfiguration Modifier and Type Method Description protected JavahConfiguration
NativeJavahMojo. getJavahConfiguration()
Internal only for test harness purpose
-