Groovy Documentation

org.gradle.tooling.model.idea
[Java] Interface BasicIdeaProject

org.gradle.tooling.model.Element
  org.gradle.tooling.model.idea.IdeaProject
      org.gradle.tooling.model.Model
          org.gradle.tooling.model.HierarchicalElement
              org.gradle.tooling.model.idea.BasicIdeaProject
All Superinterfaces:
Element, IdeaProject, Model, HierarchicalElement

public interface BasicIdeaProject
extends IdeaProject

IdeaProject that does not provide/resolve any external dependencies. Only project dependencies and local file dependencies are included on the modules' classpath.

Useful for 'previewing' the output model of IdeaProject because it is supposed to be fast (e.g. does not download dependencies from the web).

Since:
1.0-milestone-5


Method Summary
 
Methods inherited from interface IdeaProject
getChildren, getJdkName, getLanguageLevel, getModules
 
Methods inherited from interface HierarchicalElement
getChildren, getParent
 
Methods inherited from interface Element
getDescription, getName
 

Gradle API 1.12