TaskModule

mill.api.TaskModule
@Scaladoc(value = "/**\n * A [[Module]] that has a [[defaultTask]] that will be automatically\n * executed if the module name is provide at the Mill command line\n */")
trait TaskModule extends Module

A Module that has a defaultTask that will be automatically executed if the module name is provide at the Mill command line

Attributes

Graph
Supertypes
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all

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

Value members

Abstract methods

@Scaladoc(value = "/**\n * The name of the default command, which will be automatically executed if\n * the module name is provided at the Mill command line.\n */")
def defaultTask(): String

The name of the default command, which will be automatically executed if the module name is provided at the Mill command line.

The name of the default command, which will be automatically executed if the module name is provided at the Mill command line.

Attributes

Inherited methods

Attributes

Inherited from:
BaseClass
def moduleDir: Path

Attributes

Inherited from:
Module

Attributes

Inherited from:
Module

Attributes

Inherited from:
Module
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