Compiler
CCompiler
, CCompilerClassic
, MSVCCompiler
public abstract class AbstractCCompiler extends AbstractCompiler
AbstractCompiler.CompilerRunnable
Constructor | Description |
---|---|
AbstractCCompiler() |
Modifier and Type | Method | 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 © 2019 MojoHaus. All rights reserved.