Package-level declarations

General ide plugin api.

Types

Link copied to clipboard
Models the generation/parsing/merging capabilities.
Link copied to clipboard
@DisableCachingByDefault(because = "Abstract super-class, not to be instantiated directly")
abstract class GeneratorTask<T> : ConventionTask
A GeneratorTask generates a configuration file based on a domain object of type T.
Link copied to clipboard
Models the generation/parsing/merging capabilities.
Link copied to clipboard
@DisableCachingByDefault(because = "Abstract super-class, not to be instantiated directly")
abstract class PropertiesGeneratorTask<T : PersistableConfigurationObject?> : GeneratorTask<T>
A convenience superclass for those tasks which generate Properties configuration files from a domain object of type T.
Link copied to clipboard
@DisableCachingByDefault(because = "Abstract super-class, not to be instantiated directly")
abstract class PropertyListGeneratorTask<T : PersistableConfigurationObject?> : GeneratorTask<T>
A convenience superclass for those tasks which generate Property List configuration files from a domain object of type T.
Link copied to clipboard
Models the generation/parsing/merging capabilities.
Link copied to clipboard
@DisableCachingByDefault(because = "Abstract super-class, not to be instantiated directly")
abstract class XmlGeneratorTask<T : PersistableConfigurationObject?> : GeneratorTask<T>
A convenience superclass for those tasks which generate XML configuration files from a domain object of type T.