IdeaConfigFile

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 */")
final case class IdeaConfigFile(subPath: SubPath, component: Option[String], config: Seq[Element])

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 of subPath, 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asWholeFile: Option[(SubPath, Element)]

Attributes

Source
GenIdeaModule.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product