InitModule

mill.init.InitModule
See theInitModule companion object
trait InitModule extends Module

Attributes

Companion
object
Source
InitModule.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
object InitModule

Members list

Type members

Inherited classlikes

@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
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

Types

type ExampleId = String

Attributes

Source
InitModule.scala
type ExampleUrl = String

Attributes

Source
InitModule.scala

Value members

Concrete methods

def directoryExistsMsg(extractionTargetPath: String): String

Attributes

Source
InitModule.scala
@Scaladoc(value = "/**\n * @return Seq of example names or Seq with path to parent dir where downloaded example was unpacked\n */")
def init(exampleId: Option[ExampleId], showAll: Flag): Command[Seq[String]]

Attributes

Returns

Seq of example names or Seq with path to parent dir where downloaded example was unpacked

Source
InitModule.scala
def moduleNotExistMsg(id: String): String

Attributes

Source
InitModule.scala

Inherited methods

Attributes

Inherited from:
BaseClass
Source
Module.scala
def moduleDir: Path

Attributes

Inherited from:
Module
Source
Module.scala
def moduleDirJava: 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

Concrete fields

val msg: String

Attributes

Source
InitModule.scala