Package org.codehaus.mojo.natives.c
Class AbstractCCompiler
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.mojo.natives.compiler.AbstractCompiler
org.codehaus.mojo.natives.c.AbstractCCompiler
- All Implemented Interfaces:
Compiler,org.codehaus.plexus.logging.LogEnabled
- Direct Known Subclasses:
CCompiler,CCompilerClassic,MSVCCompiler
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codehaus.mojo.natives.compiler.AbstractCompiler
AbstractCompiler.CompilerRunnable -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.codehaus.plexus.util.cli.CommandlinegetCommandLine(File srcFile, File destFile, CompilerConfiguration config) Setup Compiler Command lineprotected abstract Stringprotected ParserMethods inherited from class org.codehaus.mojo.natives.compiler.AbstractCompiler
compile, getObjectFile, getObjectFileExtensionMethods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
AbstractCCompiler
public AbstractCCompiler()
-
-
Method Details
-
getOutputFileOption
-
getParser
- Specified by:
getParserin classAbstractCompiler
-
getCommandLine
protected org.codehaus.plexus.util.cli.Commandline getCommandLine(File srcFile, File destFile, CompilerConfiguration config) throws NativeBuildException Setup Compiler Command line- Specified by:
getCommandLinein classAbstractCompiler- Throws:
NativeBuildException
-