JavaModuleBase

mill.scalalib.TestModule.JavaModuleBase
trait JavaModuleBase extends BspModule

Attributes

Source
TestModule.scala
Graph
Supertypes
trait BspModule
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes

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

Value members

Concrete methods

def ivyDeps: Target[Seq[Dep]]

Attributes

Source
TestModule.scala
def resources: Target[Seq[PathRef]]

Attributes

Source
TestModule.scala

Inherited methods

@Scaladoc(value = "/** Use to fill most fields of `BuildTarget`. */")

Use to fill most fields of BuildTarget.

Use to fill most fields of BuildTarget.

Attributes

Inherited from:
BspModule
Source
BspModule.scala
@Scaladoc(value = "/**\n * Use to populate the `BuildTarget.{dataKind,data}` fields.\n *\n * Mill specific implementations:\n * - [[JvmBuildTarget]]\n * - [[ScalaBuildTarget]]\n */")
def bspBuildTargetData: Task[Option[(String, AnyRef)]]

Use to populate the BuildTarget.{dataKind,data} fields.

Use to populate the BuildTarget.{dataKind,data} fields.

Mill specific implementations:

Attributes

Inherited from:
BspModule
Source
BspModule.scala
def bspDisplayName: String

Attributes

Inherited from:
BspModule
Source
BspModule.scala
def bspDisplayName0: String

Attributes

Inherited from:
BspModule
Source
BspModule.scala
def moduleCtx: Ctx

Attributes

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

Implicits

Inherited implicits

implicit def moduleNestedCtx: Nested

Attributes

Inherited from:
Module
Source
Module.scala