| API Documentation: | IdeaModel |
|---|
DSL-friendly model of the IDEA project information. First point of entry when it comes to customizing the IDEA generation.
See the examples in docs for IdeaModule or IdeaProject.
IdeaWorkspace workspace
Configures IDEA workspace information.
For examples see docs for IdeaWorkspace.
Configures IDEA module information.
For examples see docs for IdeaModule.
- Delegates to:
IdeaModulefrommodule
Configures IDEA project information.
For examples see docs for IdeaProject.
- Delegates to:
IdeaProjectfromproject
Configures IDEA workspace information.
For examples see docs for IdeaWorkspace.
- Delegates to:
IdeaWorkspacefromworkspace
| Method | Description |
pathVariables(pathVariables) | Adds path variables to be used for replacing absolute paths in resulting files (*.iml, etc.). |
Adds path variables to be used for replacing absolute paths in resulting files (*.iml, etc.).
For example see docs for IdeaModule.