Packages

class BloopImpl extends ExternalModule

Implementation of the Bloop related tasks. Inherited by the mill.contrib.bloop.Bloop object, and usable in tests by passing a custom evaluator.

Self Type
BloopImpl
Linear Supertypes
ExternalModule, BaseModule, define.Module, Cacher, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BloopImpl
  2. ExternalModule
  3. BaseModule
  4. Module
  5. Cacher
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BloopImpl(ev: () => Evaluator, wd: Path)

Type Members

  1. trait Module extends define.Module

    Trait that can be mixed-in to quickly access the bloop config of the module.

    Trait that can be mixed-in to quickly access the bloop config of the module.

    object myModule extends ScalaModule with Bloop.Module {
       ...
    }

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bloopConfig(module: JavaModule): Task[File]
  6. def bloopConfigPath(module: JavaModule): Path
    Attributes
    protected
  7. def cachedTarget[T](t: => T)(implicit c: Enclosing): T
    Attributes
    protected[this]
    Definition Classes
    Cacher
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def computeModules: Seq[JavaModule]
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def install(): Command[Seq[(String, PathRef)]]

    Generates bloop configuration files reflecting the build, under pwd/.bloop.

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. lazy val millDiscover: Discover[BloopImpl.this.type]
    Definition Classes
    BloopImpl → BaseModule
  18. implicit def millDiscoverImplicit: Discover[_]
    Definition Classes
    ExternalModule
  19. implicit def millImplicitBaseModule: Implicit
    Definition Classes
    BaseModule
  20. implicit def millModuleBasePath: BasePath
    Definition Classes
    BaseModule → Module
  21. lazy val millModuleDirectChildren: Seq[define.Module]
    Definition Classes
    Module
  22. implicit def millModuleExternal: External
    Definition Classes
    Module
  23. implicit def millModuleSegments: Segments
    Definition Classes
    ExternalModule → BaseModule → Module
  24. implicit def millModuleShared: Foreign
    Definition Classes
    Module
  25. def millOuterCtx: Ctx
    Definition Classes
    Module
  26. def millSourcePath: Path
    Definition Classes
    BaseModule → Module
  27. def moduleSourceMap: Input[Map[String, Seq[Path]]]

    Computes sources files paths for the whole project.

    Computes sources files paths for the whole project. Cached in a way that does not get invalidated upon sourcefile change. Mainly called from module#sources in bloopInstall

  28. def name(m: JavaModule): String
    Attributes
    protected
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    Module → AnyRef → Any
  34. def transitiveModules(mod: define.Module, found: Seq[define.Module] = Seq.empty): Seq[define.Module]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. object millInternal extends Internal
    Definition Classes
    Module
    Annotations
    @Scaladoc()

Inherited from ExternalModule

Inherited from BaseModule

Inherited from define.Module

Inherited from Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped