Groovy Documentation

org.gradle.plugins.cpp
[Groovy] Class CppPlugin

java.lang.Object
  org.gradle.plugins.cpp.CppPlugin
All Implemented Interfaces:
Plugin

class CppPlugin

Method Summary
void apply(ProjectInternal project)

def configureBinary(ProjectInternal project, Binary binary)

def configureExecutable(ProjectInternal project, Executable executable)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

apply

void apply(ProjectInternal project)


configureBinary

def configureBinary(ProjectInternal project, Binary binary)


configureExecutable

def configureExecutable(ProjectInternal project, Executable executable)


 

Gradle API 1.0