| Package | Description |
|---|---|
| org.gradle.plugins.cpp.compiler.internal |
| Modifier and Type | Method and Description |
|---|---|
ArgWriter |
ArgWriter.args(Object... args)
Writes a set of args on a single line, escaping and quoting as required.
|
static ArgWriter |
ArgWriter.unixStyle(PrintWriter writer) |
static ArgWriter |
ArgWriter.windowsStyle(PrintWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
static Transformer<ArgWriter,PrintWriter> |
ArgWriter.unixStyleFactory() |
static Transformer<ArgWriter,PrintWriter> |
ArgWriter.windowsStyleFactory() |
| Constructor and Description |
|---|
CommandLineCppCompilerArgumentsToOptionFile(Transformer<ArgWriter,PrintWriter> argWriterFactory,
CompileSpecToArguments<T> toArguments) |
Copyright © 2013. All rights reserved