Uses of Class
org.codehaus.mojo.natives.javah.JavahConfiguration
Packages that use JavahConfiguration
-
Uses of JavahConfiguration in org.codehaus.mojo.natives.javah
Methods in org.codehaus.mojo.natives.javah with parameters of type JavahConfigurationModifier and TypeMethodDescriptionvoid
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) private void
JavahExecutable.validateConfiguration
(JavahConfiguration config) -
Uses of JavahConfiguration in org.codehaus.mojo.natives.plugin
Fields in org.codehaus.mojo.natives.plugin declared as JavahConfigurationModifier and TypeFieldDescriptionprivate JavahConfiguration
NativeJavahMojo.config
For unit test onlyMethods in org.codehaus.mojo.natives.plugin that return JavahConfigurationModifier and TypeMethodDescriptionprivate JavahConfiguration
NativeJavahMojo.createProviderConfiguration
(String[] classNames, String javahOutputFileName) protected JavahConfiguration
NativeJavahMojo.getJavahConfiguration()
Internal only for test harness purpose