Package org.codehaus.mojo.natives.c
Class CCompiler
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.CCompiler
- All Implemented Interfaces:
Compiler
,org.codehaus.plexus.logging.LogEnabled
- Direct Known Subclasses:
BCCCompiler
@Component(role=Compiler.class,
hint="generic",
instantiationStrategy="per-lookup")
public class CCompiler
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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
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
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
CCompiler
public CCompiler()
-
-
Method Details
-
getOutputFileOption
- Specified by:
getOutputFileOption
in classAbstractCCompiler
-