Uses of Class
org.codehaus.mojo.natives.compiler.CompilerConfiguration
-
-
Uses of CompilerConfiguration in org.codehaus.mojo.natives.bcc
Methods in org.codehaus.mojo.natives.bcc with parameters of type CompilerConfiguration Modifier and Type Method Description protected org.codehaus.plexus.util.cli.CommandlineBCCCompiler. getCommandLine(File src, File dest, CompilerConfiguration config) -
Uses of CompilerConfiguration in org.codehaus.mojo.natives.c
Methods in org.codehaus.mojo.natives.c with parameters of type CompilerConfiguration Modifier and Type Method Description protected org.codehaus.plexus.util.cli.CommandlineAbstractCCompiler. getCommandLine(File srcFile, File destFile, CompilerConfiguration config)Setup Compiler Command line -
Uses of CompilerConfiguration in org.codehaus.mojo.natives.compiler
Methods in org.codehaus.mojo.natives.compiler with parameters of type CompilerConfiguration Modifier and Type Method Description ListAbstractCompiler. compile(CompilerConfiguration config, File[] sourceFiles)ListCompiler. compile(CompilerConfiguration config, File[] sourceFiles)protected abstract org.codehaus.plexus.util.cli.CommandlineAbstractCompiler. getCommandLine(File src, File dest, CompilerConfiguration config) -
Uses of CompilerConfiguration in org.codehaus.mojo.natives.msvc
Methods in org.codehaus.mojo.natives.msvc with parameters of type CompilerConfiguration Modifier and Type Method Description protected org.codehaus.plexus.util.cli.CommandlineMSVCCompiler. getCommandLine(File src, File dest, CompilerConfiguration config) -
Uses of CompilerConfiguration in org.codehaus.mojo.natives.plugin
Methods in org.codehaus.mojo.natives.plugin that return CompilerConfiguration Modifier and Type Method Description protected CompilerConfigurationNativeCompileMojo. createProviderConfiguration()protected CompilerConfigurationNativeCompileMojo. getCompilerConfiguration()Internal only for test harness purpose
-