Packages

object Bloop extends BloopImpl

Usage : mill mill.contrib.Bloop/install

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

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 {
       ...
    }
    Definition Classes
    BloopImpl

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]
    Definition Classes
    BloopImpl
  6. def bloopConfigPath(module: JavaModule): Path
    Attributes
    protected
    Definition Classes
    BloopImpl
  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() @HotSpotIntrinsicCandidate()
  9. def computeModules: Seq[JavaModule]
    Attributes
    protected
    Definition Classes
    BloopImpl
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def install(): Command[Seq[(String, PathRef)]]

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

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

    Definition Classes
    BloopImpl
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. lazy val millDiscover: Discover[Bloop.this.type]
    Definition Classes
    BloopImpl → BaseModule
  17. implicit def millDiscoverImplicit: Discover[_]
    Definition Classes
    ExternalModule
  18. implicit def millImplicitBaseModule: Implicit
    Definition Classes
    BaseModule
  19. implicit def millModuleBasePath: BasePath
    Definition Classes
    BaseModule → Module
  20. lazy val millModuleDirectChildren: Seq[define.Module]
    Definition Classes
    Module
  21. implicit def millModuleExternal: External
    Definition Classes
    Module
  22. implicit def millModuleSegments: Segments
    Definition Classes
    ExternalModule → BaseModule → Module
  23. implicit def millModuleShared: Foreign
    Definition Classes
    Module
  24. def millOuterCtx: Ctx
    Definition Classes
    Module
  25. def millSourcePath: Path
    Definition Classes
    BaseModule → Module
  26. 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

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

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from BloopImpl

Inherited from ExternalModule

Inherited from BaseModule

Inherited from define.Module

Inherited from Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped