mill.scalalib.GenIdeaModule.IdeaConfigFile
See theIdeaConfigFile companion object
@Scaladoc(value = "/**\n * An Idea config file contribution\n * @param subPath The sub-path of the config file, relative to the Idea config directory (`.idea`)\n * @param component The Idea component\n * @param config The actual (XML) configuration, encoded as [[Element]]s\n *\n * Note: the `name` fields is deprecated in favour of `subPath`, but kept for backward compatibility.\n */")
An Idea config file contribution
Value parameters
- component
-
The Idea component
- config
-
The actual (XML) configuration, encoded as Elements Note: the
name
fields is deprecated in favour ofsubPath
, but kept for backward compatibility. - subPath
-
The sub-path of the config file, relative to the Idea config directory (
.idea
)
Attributes
- Companion
- object
- Source
- GenIdeaModule.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article