Movatterモバイル変換


[0]ホーム

URL:


IdeaModel

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 forIdeaModule orIdeaProject.

Properties

PropertyDescription
module

Configures IDEA module information.

project

Configures IDEA project information.

targetVersion

Configures the target IDEA version.

workspace

Configures IDEA workspace information.

Methods

MethodDescription
pathVariables(pathVariables)

Adds path variables to be used for replacing absolute paths in resulting files (*.iml, etc.).

Script blocks

BlockDescription
module

Configures IDEA module information.

project

Configures IDEA project information.

workspace

Configures IDEA workspace information.

Property details

Configures IDEA module information.

For examples see docs forIdeaModule.

Configures IDEA project information.

For examples see docs forIdeaProject.

StringtargetVersion

Configures the target IDEA version.

IdeaWorkspaceworkspace

Configures IDEA workspace information.

For examples see docs forIdeaWorkspace.

Method details

voidpathVariables(Map<String,File> pathVariables)

Adds path variables to be used for replacing absolute paths in resulting files (*.iml, etc.).

For example see docs forIdeaModule.

Script block details

module { }

Configures IDEA module information.

For examples see docs forIdeaModule.

Delegates to:
IdeaModule frommodule

project { }

Configures IDEA project information.

For examples see docs forIdeaProject.

Delegates to:
IdeaProject fromproject

workspace { }

Configures IDEA workspace information.

For examples see docs forIdeaWorkspace.

Delegates to:
IdeaWorkspace fromworkspace

[8]ページ先頭

©2009-2025 Movatter.jp