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
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractCompiler
AbstractCompiler.CompilerRunnable -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.codehaus.plexus.util.cli.CommandlinegetCommandLine(File src, File dest, CompilerConfiguration config) Setup Compiler Command lineprotected StringMethods inherited from class AbstractCCompiler
getParserMethods inherited from class AbstractCompiler
compile, getObjectFile, getObjectFileExtensionMethods 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:AbstractCCompilerSetup Compiler Command line- Overrides:
getCommandLinein classAbstractCCompiler- Throws:
NativeBuildException
-
getOutputFileOption
- Overrides:
getOutputFileOptionin classCCompiler
-