ScriptModule

mill.script.ScriptModule
See theScriptModule companion object

Attributes

Companion
object
Source
ScriptModule.scala
Graph
Supertypes
class RootModule0
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
class JavaModule
class KotlinModule
class ScalaModule
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
ScriptModule.scala

Concrete methods

override def buildOverrides: Map[String, Value]

Attributes

Definition Classes
Source
ScriptModule.scala
override def moduleDir: Path

Attributes

Definition Classes
Source
ScriptModule.scala
override def moduleSegments: Segments

Attributes

Definition Classes
Source
ScriptModule.scala

Inherited methods

Attributes

Inherited from:
RootModule0
Source
RootModule0.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