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
public abstract class AbstractCCompiler
- extends AbstractCompiler
- Version:
- $Id: AbstractCCompiler.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 |
AbstractCCompiler
public AbstractCCompiler()
getOutputFileOption
protected abstract String getOutputFileOption()
getParser
protected Parser getParser()
- Specified by:
getParser
in class AbstractCompiler
getCommandLine
protected org.codehaus.plexus.util.cli.Commandline getCommandLine(File srcFile,
File destFile,
CompilerConfiguration config)
throws NativeBuildException
- Setup Compiler Command line
- Specified by:
getCommandLine
in class AbstractCompiler
- Throws:
NativeBuildException
Copyright © 2011 Codehaus. All Rights Reserved.