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 AbstractCompiler
AbstractCompiler.CompilerRunnable -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractCCompiler
getCommandLine, getParserMethods inherited from class AbstractCompiler
compile, getObjectFile, getObjectFileExtensionMethods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
CCompilerClassic
public CCompilerClassic()
-
-
Method Details
-
getOutputFileOption
- Specified by:
getOutputFileOptionin classAbstractCCompiler
-