Groovy Documentation

org.gradle.plugins.cpp.cdt.model
[Groovy] Class CprojectSettings

java.lang.Object
  org.gradle.plugins.cpp.cdt.model.CprojectSettings

class CprojectSettings
extends Object

Exposes a more logical view of the actual .cproject descriptor file


Property Summary
Binary binary

 
Constructor Summary
CprojectSettings(Binary binary)

 
Method Summary
void applyTo(CprojectDescriptor descriptor)

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

Property Detail

binary

Binary binary


 
Constructor Detail

CprojectSettings

CprojectSettings(Binary binary)


 
Method Detail

applyTo

void applyTo(CprojectDescriptor descriptor)


 

Gradle API 1.0-milestone-8