IdeaConfigFile

mill.api.daemon.internal.idea.IdeaConfigFile
See theIdeaConfigFile companion object
final case class IdeaConfigFile(subPath: Path, 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
IdeaConfigFile.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asWholeFile: Option[(Path, Element)]

Attributes

Source
IdeaConfigFile.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product