public class CommandLineCppCompiler<T extends CppCompileSpec> extends Object implements CppCompiler<T>
| Constructor and Description |
|---|
CommandLineCppCompiler(File executable,
Factory<ExecAction> execActionFactory,
Transformer<Iterable<String>,T> toArguments) |
public CommandLineCppCompiler(File executable, Factory<ExecAction> execActionFactory, Transformer<Iterable<String>,T> toArguments)
public WorkResult execute(T spec)
execute in interface Compiler<T extends CppCompileSpec>Copyright © 2013. All rights reserved