public abstract class AbstractGccCompiler extends AbstractCompiler
AbstractCompiler.CompilerRunnable
Constructor and Description |
---|
AbstractGccCompiler() |
Modifier and Type | Method and Description |
---|---|
protected org.codehaus.plexus.util.cli.Commandline |
getCommandLine(File srcFile,
File destFile,
CompilerConfiguration config)
Setup Compiler Command line
|
protected abstract String |
getOutputFileOption() |
protected Parser |
getParser() |
compile, getObjectFile, getObjectFileExtension
protected abstract String getOutputFileOption()
protected Parser getParser()
getParser
in class AbstractCompiler
protected org.codehaus.plexus.util.cli.Commandline getCommandLine(File srcFile, File destFile, CompilerConfiguration config) throws NativeBuildException
getCommandLine
in class AbstractCompiler
NativeBuildException
Copyright © 2018 MojoHaus. All rights reserved.