Groovy Documentation

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

java.lang.Object
  org.gradle.ide.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
ProjectNativeComponent binary

 
Constructor Summary
CprojectSettings(ProjectNativeComponent 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

ProjectNativeComponent binary


 
Constructor Detail

CprojectSettings

CprojectSettings(ProjectNativeComponent binary, ProjectInternal project)


 
Method Detail

applyTo

void applyTo(CprojectDescriptor descriptor)


 

Gradle API 1.12