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 voidJavah. compile(JavahConfiguration configuration)voidJavahExecutable. compile(JavahConfiguration config)protected org.codehaus.plexus.util.cli.CommandlineJavahExecutable. createJavahCommand(JavahConfiguration config)protected StringJavahExecutable. 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 JavahConfigurationNativeJavahMojo. getJavahConfiguration()Internal only for test harness purpose
-