Package org.codehaus.mojo.natives.bcc
Class BCCCompiler
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
org.codehaus.mojo.natives.bcc.BCCCompiler
- All Implemented Interfaces:
Compiler
,org.codehaus.plexus.logging.LogEnabled
@Component(role=Compiler.class,
hint="bcc",
instantiationStrategy="per-lookup")
public class BCCCompiler
extends CCompiler
-
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.Commandline
getCommandLine
(File src, File dest, CompilerConfiguration config) Setup Compiler Command lineprotected String
Methods inherited from class org.codehaus.mojo.natives.c.AbstractCCompiler
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
-
BCCCompiler
public BCCCompiler()
-
-
Method Details
-
getCommandLine
protected org.codehaus.plexus.util.cli.Commandline getCommandLine(File src, File dest, CompilerConfiguration config) throws NativeBuildException Description copied from class:AbstractCCompiler
Setup Compiler Command line- Overrides:
getCommandLine
in classAbstractCCompiler
- Throws:
NativeBuildException
-
getOutputFileOption
- Overrides:
getOutputFileOption
in classCCompiler
-