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 java.lang.StringJavahExecutable. getJavaHExecutable(JavahConfiguration config)private voidJavahExecutable. validateConfiguration(JavahConfiguration config) -
Uses of JavahConfiguration in org.codehaus.mojo.natives.plugin
Fields in org.codehaus.mojo.natives.plugin declared as JavahConfiguration Modifier and Type Field Description private JavahConfigurationNativeJavahMojo. configFor unit test onlyMethods in org.codehaus.mojo.natives.plugin that return JavahConfiguration Modifier and Type Method Description private JavahConfigurationNativeJavahMojo. createProviderConfiguration(java.lang.String[] classNames, java.lang.String javahOutputFileName)protected JavahConfigurationNativeJavahMojo. getJavahConfiguration()Internal only for test harness purpose
-