Package org.codehaus.mojo.natives.c
Class CCompilerClassic
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.codehaus.mojo.natives.compiler.AbstractCompiler
-
- org.codehaus.mojo.natives.c.AbstractCCompiler
-
- org.codehaus.mojo.natives.c.CCompilerClassic
-
- All Implemented Interfaces:
Compiler
,org.codehaus.plexus.logging.LogEnabled
@Component(role=Compiler.class, hint="generic-classic", instantiationStrategy="per-lookup") public class CCompilerClassic extends AbstractCCompiler
Generic C/CPP compiler with "-o" as its output option
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.codehaus.mojo.natives.compiler.AbstractCompiler
AbstractCompiler.CompilerRunnable
-
-
Constructor Summary
Constructors Constructor Description CCompilerClassic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getOutputFileOption()
-
Methods inherited from class org.codehaus.mojo.natives.c.AbstractCCompiler
getCommandLine, getParser
-
Methods inherited from class org.codehaus.mojo.natives.compiler.AbstractCompiler
compile, getObjectFile, getObjectFileExtension
-
-
-
-
Method Detail
-
getOutputFileOption
protected java.lang.String getOutputFileOption()
- Specified by:
getOutputFileOption
in classAbstractCCompiler
-
-