| Class | Description | 
|---|---|
| FileContentMerger | Models the generation/parsing/merging capabilities. | 
| GeneratorTask<T> | A  GeneratorTaskgenerates a configuration file based on a domain object of type T. | 
| PropertiesFileContentMerger | Models the generation/parsing/merging capabilities. | 
| PropertiesGeneratorTask<T extends org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject> | A convenience superclass for those tasks which generate Properties configuration files from a domain object of type T. | 
| PropertyListGeneratorTask<T extends org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject> | A convenience superclass for those tasks which generate Property List configuration files from a domain object of type T. | 
| XmlFileContentMerger | Models the generation/parsing/merging capabilities. | 
| XmlGeneratorTask<T extends org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject> | A convenience superclass for those tasks which generate XML configuration files from a domain object of type T. |