Groovy Documentation

org.gradle.plugins.cpp.compiler.gcc
[Groovy] Class GppCppCompiler

java.lang.Object
  org.gradle.plugins.cpp.compiler.gcc.GppCppCompiler
All Implemented Interfaces:
CppCompiler

class GppCppCompiler
extends java.lang.Object

Property Summary
java.io.File destinationDir

java.lang.String gpp

java.lang.Iterable includes

FileCollection source

 
Method Summary
WorkResult execute()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

destinationDir

java.io.File destinationDir


gpp

java.lang.String gpp


includes

java.lang.Iterable includes


source

FileCollection source


 
Method Detail

execute

WorkResult execute()


 

Groovy Documentation