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
.
Method | Description |
pathVariables(pathVariables) | Adds path variables to be used for replacing absolute paths in resulting files (*.iml, etc.). |
IdeaWorkspace
workspace
Configures IDEA workspace information.
For examples see docs for IdeaWorkspace
.
Adds path variables to be used for replacing absolute paths in resulting files (*.iml, etc.).
For example see docs for IdeaModule
.
Configures IDEA module information.
For examples see docs for IdeaModule
.
- Delegates to:
IdeaModule
frommodule
Configures IDEA project information.
For examples see docs for IdeaProject
.
- Delegates to:
IdeaProject
fromproject
Configures IDEA workspace information.
For examples see docs for IdeaWorkspace
.
- Delegates to:
IdeaWorkspace
fromworkspace