Interface BasicIdeaProject

All Superinterfaces:
Element, HierarchicalElement, IdeaProject, Model

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