RootModule0

mill.api.internal.RootModule0
abstract class RootModule0(millSourcePath0: Path, external0: Boolean = ...)(using millModuleEnclosing0: Enclosing, millModuleLine0: Line, millFile0: File) extends BaseClass, Module, BaseModuleApi

Represents a module at the root of a module tree. This can either be a mill.api.RootModule representing the build.mill file, or a mill.api.ExternalModule provided by a library.

Attributes

Source
RootModule0.scala
Graph
Supertypes
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
class RootModule
object KeytoolModule
trait ScriptModule
trait Base
trait Base
class GroovyModule
class Junit4
class Junit5
class Spock
class TestNg
class JavaModule
class Junit4
class Junit5
class TestNg
trait Base
class KotlinModule
class Junit4
class Junit5
class TestNg
trait Base
class Raw
class ScalaModule
class Junit4
class Junit5
class Munit
class ScalaCheck
class ScalaTest
class Specs2
class TestNg
class Utest
class Weaver
class ZioTest
object Giter8Module
object InitModule
object InitSbtModule
object PmdModule
object Dependency
object PublishModule
object Kover
object KtfmtModule
object KtlintModule
object RuffModule
object VcsVersion
trait MainModule
Show all

Members list

Type members

Inherited classlikes

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
class Internal
class Object
trait Matchable
class Any

Value members

Abstract methods

Attributes

Source
RootModule0.scala

Concrete methods

Attributes

Source
RootModule0.scala

Inherited methods

def moduleDir: Path

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala
override def toString: String

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