GenIdeaModule
mill.javalib.GenIdeaModule
@Scaladoc(value = "/**\n * Module specific configuration of the Idea project file generator.\n */")
trait GenIdeaModule extends Module, GenIdeaModuleApi
Module specific configuration of the Idea project file generator.
Attributes
- Source
- GenIdeaModule.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
object moduleInternal extends Internal
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Attributes
- Inherited from:
- Module
- Source
- Module.scala
- Supertypes
Value members
Concrete methods
@Scaladoc(value = "/**\n * Contribute components to idea config files.\n */")
Contribute components to idea config files.
@Scaladoc(value = "/**\n * Contribute facets to the Java module configuration.\n * @param ideaConfigVersion The IDEA configuration version in use. Probably `4`.\n * @return\n */")
Contribute facets to the Java module configuration.
Contribute facets to the Java module configuration.
Value parameters
- ideaConfigVersion
-
The IDEA configuration version in use. Probably
4
.
Attributes
- Source
- GenIdeaModule.scala
@Scaladoc(value = "/**\n * Skip Idea project file generation.\n */")
Skip Idea project file generation.
Inherited methods
Attributes
- Inherited from:
- BaseClass
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Module -> Any
- Inherited from:
- Module
- Source
- Module.scala
In this article