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 java.lang.String
JavahExecutable. getJavaHExecutable(JavahConfiguration config)
private void
JavahExecutable. 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 JavahConfiguration
NativeJavahMojo. config
For unit test onlyMethods in org.codehaus.mojo.natives.plugin that return JavahConfiguration Modifier and Type Method Description private JavahConfiguration
NativeJavahMojo. createProviderConfiguration(java.lang.String[] classNames, java.lang.String javahOutputFileName)
protected JavahConfiguration
NativeJavahMojo. getJavahConfiguration()
Internal only for test harness purpose
-