public class VisualCppCompilerAdapter extends CommandLineCppCompilerAdapter<org.gradle.plugins.cpp.gpp.GppCompileSpec>
Named.Namer| Constructor and Description |
|---|
VisualCppCompilerAdapter(OperatingSystem operatingSystem,
Factory<ExecAction> execActionFactory) |
| Modifier and Type | Method and Description |
|---|---|
Compiler<org.gradle.plugins.cpp.gpp.GppCompileSpec> |
createCompiler(Binary binary)
Creates a compiler which can compile the given binary.
|
String |
getName()
The object's name.
|
boolean |
isAvailable()
Returns true if this compiler is available.
|
String |
toString() |
getExecActionFactory, getExecutable, getOperatingSystempublic VisualCppCompilerAdapter(OperatingSystem operatingSystem, Factory<ExecAction> execActionFactory)
public String getName()
NamedMust be constant for the life of the object.
public boolean isAvailable()
CompilerAdapterisAvailable in interface CompilerAdapter<org.gradle.plugins.cpp.gpp.GppCompileSpec>isAvailable in class CommandLineCppCompilerAdapter<org.gradle.plugins.cpp.gpp.GppCompileSpec>public Compiler<org.gradle.plugins.cpp.gpp.GppCompileSpec> createCompiler(Binary binary)
CompilerAdapterCompilerAdapter.isAvailable() has returned true.Copyright © 2013. All rights reserved