Groovy Documentation

Package org.gradle.plugins.idea.model

Classes for the model used by the IdeaPlugin.

 

Interface Summary
Dependency Represents a dependency of an IDEA module.
 


Class Summary
JarDirectory Represents a jar directory element of an idea module library.
Jdk Represents a the information for the project JavaSDK.
Module Represents the customizable elements of an iml (via XML hooks everything of the iml is customizable).
ModuleDependency Represents an orderEntry of type module in the iml xml.
ModuleLibrary Represents an orderEntry of type module-library in the iml xml.
ModulePath Represents a path in a format as used often in ipr and iml files.
Path Represents a path in a format as used often in ipr and iml files.
PathFactory
Project Represents the customizable elements of an ipr (via XML hooks everything of the ipr is customizable).
Workspace Represents the customizable elements of an ipr (via XML hooks everything of the ipr is customizable).
 


Groovy Documentation