Packages

p

mill

main

package main

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class EvalGenerated extends AnyRef
  2. class EvaluatorScopt[T] extends Read[Evaluator[T]]
  3. trait MainModule extends Module
  4. class MainRunner extends ammonite.MainRunner

    Customized version of ammonite.MainRunner, allowing us to run Mill build.sc scripts with mill-specific tweaks such as a custom scriptCodeWrapper or with a persistent evaluator between runs.

  5. class ProxyInputStream extends InputStream
  6. class ProxyOutputStream extends OutputStream
  7. class ReplApplyHandler extends ApplyHandler[Task]
  8. abstract class Resolve[R] extends AnyRef
  9. class Server[T] extends AnyRef
  10. trait ServerMain[T] extends AnyRef
  11. case class Tasks[T](value: Seq[NamedTask[T]]) extends Product with Serializable
  12. case class WatchInterrupted[T](stateCache: Option[T]) extends Exception with Product with Serializable

Value Members

  1. object MainModule
  2. object ReplApplyHandler
  3. object Resolve
  4. object ResolveMetadata extends Resolve[String]
  5. object ResolveTasks extends Resolve[NamedTask[Any]]
  6. object RunScript

    Custom version of ammonite.main.Scripts, letting us run the build.sc script directly without going through Ammonite's main-method/argument-parsing subsystem

  7. object Server
  8. object ServerMain extends ServerMain[State]
  9. object Tasks extends Serializable

Ungrouped