Groovy Documentation

org.gradle.nativecode.cdt.model
[Groovy] Class CprojectSettings

java.lang.Object
  org.gradle.nativecode.cdt.model.CprojectSettings

@Incubating
// TODO:DAZ I'm sure this is now broken
class CprojectSettings

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


Property Summary
NativeComponent binary

 
Constructor Summary
CprojectSettings(NativeComponent binary, ProjectInternal project)

 
Method Summary
void applyTo(CprojectDescriptor descriptor)

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

Property Detail

binary

NativeComponent binary


 
Constructor Detail

CprojectSettings

CprojectSettings(NativeComponent binary, ProjectInternal project)


 
Method Detail

applyTo

void applyTo(CprojectDescriptor descriptor)


 

Gradle API 1.8