trait MainModule extends Module

Linear Supertypes
define.Module, Cacher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MainModule
  2. Module
  3. Cacher
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def millDiscover: Discover[_]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def all(evaluator: Evaluator, targets: String*): Command[Watched[Unit]]

    Runs multiple tasks in a single call.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cachedTarget[T](t: ⇒ T)(implicit c: Enclosing): T
    Attributes
    protected[this]
    Definition Classes
    Cacher
  7. def clean(evaluator: Evaluator, targets: String*): Command[Unit]

    Deletes the given targets from the out directory.

    Deletes the given targets from the out directory. Providing no targets will clean everything.

  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def inspect(evaluator: Evaluator, targets: String*): Command[String]

    Displays metadata about the given task without actually running it.

  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. implicit def millModuleBasePath: BasePath
    Definition Classes
    Module
  16. lazy val millModuleDirectChildren: Seq[define.Module]
    Definition Classes
    Module
  17. implicit def millModuleExternal: External
    Definition Classes
    Module
  18. implicit def millModuleSegments: Segments
    Definition Classes
    Module
  19. implicit def millModuleShared: Foreign
    Definition Classes
    Module
  20. def millOuterCtx: Ctx
    Definition Classes
    Module
  21. implicit def millScoptEvaluatorReads[T]: EvaluatorScopt[T]
  22. implicit def millScoptTasksReads[T]: Scopt[T]
  23. def millSourcePath: Path
    Definition Classes
    Module
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def path(evaluator: Evaluator, src: String, dest: String): Command[List[String]]

    Prints out some dependency path from the src task to the dest task.

    Prints out some dependency path from the src task to the dest task.

    If there are multiple dependency paths between src and dest, the path chosen is arbitrary.

  28. def plan(evaluator: Evaluator, targets: String*): Command[Array[String]]

    Given a set of tasks, prints out the execution plan of what tasks will be executed in what order, without actually executing them.

  29. def resolve(evaluator: Evaluator, targets: String*): Command[Unit]

    Resolves a mill query string and prints out the tasks it resolves to.

  30. def show(evaluator: Evaluator, targets: String*): Command[Watched[Unit]]

    Runs a given task and prints the JSON result to stdout.

    Runs a given task and prints the JSON result to stdout. This is useful to integrate Mill into external scripts and tooling.

  31. def shutdown(): Command[Unit]

    Shuts down mill's background server

  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    Module → AnyRef → Any
  34. def version(): Command[String]

    Show the mill version.

  35. def visualize(evaluator: Evaluator, targets: String*): Command[Seq[eval.PathRef]]

    Renders the dependencies between the given tasks as a SVG for you to look at

  36. def visualizePlan(evaluator: Evaluator, targets: String*): Command[Seq[eval.PathRef]]

    Renders the dependencies between the given tasks, and all their dependencies, as a SVG

  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. object millInternal extends Internal
    Definition Classes
    Module
    Annotations
    @Scaladoc()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from define.Module

Inherited from Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped