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]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala