Package org.gradle.plugins.ide.api


package org.gradle.plugins.ide.api
General ide plugin api.
  • Classes
    Class
    Description
    Models the generation/parsing/merging capabilities.
    A GeneratorTask generates a configuration file based on a domain object of type T.
    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.
    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.