org.codehaus.mojo.natives.bcc
Class BCCCompiler

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.mojo.natives.compiler.AbstractCompiler
          extended by org.codehaus.mojo.natives.c.AbstractCCompiler
              extended by org.codehaus.mojo.natives.c.CCompiler
                  extended by org.codehaus.mojo.natives.bcc.BCCCompiler
All Implemented Interfaces:
org.codehaus.mojo.natives.compiler.Compiler, org.codehaus.plexus.logging.LogEnabled

public class BCCCompiler
extends org.codehaus.mojo.natives.c.CCompiler

Version:
$Id: BCCCompiler.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Dan Tran

Field Summary
 
Fields inherited from interface org.codehaus.mojo.natives.compiler.Compiler
ROLE
 
Constructor Summary
BCCCompiler()
           
 
Method Summary
protected  org.codehaus.plexus.util.cli.Commandline getCommandLine(java.io.File src, java.io.File dest, org.codehaus.mojo.natives.compiler.CompilerConfiguration config)
           
protected  java.lang.String getOutputFileOption()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCCCompiler

public BCCCompiler()
Method Detail

getCommandLine

protected org.codehaus.plexus.util.cli.Commandline getCommandLine(java.io.File src,
                                                                  java.io.File dest,
                                                                  org.codehaus.mojo.natives.compiler.CompilerConfiguration config)
                                                           throws org.codehaus.mojo.natives.NativeBuildException
Overrides:
getCommandLine in class org.codehaus.mojo.natives.c.AbstractCCompiler
Throws:
org.codehaus.mojo.natives.NativeBuildException

getOutputFileOption

protected java.lang.String getOutputFileOption()
Overrides:
getOutputFileOption in class org.codehaus.mojo.natives.c.CCompiler


Copyright © 2010. All Rights Reserved.