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
public class BCCCompiler
- extends CCompiler
- Version:
- $Id: BCCCompiler.java 6588 2008-03-28 12:22:57Z bentmann $
- Author:
- Dan Tran
Fields inherited from interface org.codehaus.mojo.natives.compiler.Compiler |
ROLE |
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 |
BCCCompiler
public BCCCompiler()
getCommandLine
protected org.codehaus.plexus.util.cli.Commandline getCommandLine(File src,
File dest,
CompilerConfiguration config)
throws NativeBuildException
- Overrides:
getCommandLine
in class AbstractCCompiler
- Throws:
NativeBuildException
getOutputFileOption
protected String getOutputFileOption()
- Overrides:
getOutputFileOption
in class CCompiler
Copyright © 2011 Codehaus. All Rights Reserved.