Packages

object BSP extends ExternalModule

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

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. val bspProtocolVersion: String
  6. def cachedTarget[T](t: ⇒ T)(implicit c: Enclosing): T
    Attributes
    protected[this]
    Definition Classes
    Cacher
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. def createBspConnectionJson(): String
  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 install(ev: Evaluator): Command[Unit]

    Installs the mill-bsp server.

    Installs the mill-bsp server. It creates a json file with connection details in the ./.bsp directory for a potential client to find.

    If a .bsp folder with a connection file already exists in the working directory, it will be overwritten and a corresponding message will be displayed in stdout.

    If the creation of the .bsp folder fails due to any other reason, the message and stacktrace of the exception will be printed to stdout.

  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val languages: List[String]
  16. lazy val millDiscover: Discover[BSP.this.type]
    Definition Classes
    BSP → 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. implicit def millScoptEvaluatorReads[T]: EvaluatorScopt[T]
  26. def millSourcePath: Path
    Definition Classes
    BaseModule → Module
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def start(ev: Evaluator): Command[Unit]

    Computes a mill command which starts the mill-bsp server and establishes connection to client.

    Computes a mill command which starts the mill-bsp server and establishes connection to client. Waits until a client connects and ends the connection after the client sent an "exit" notification

    ev

    Environment, used by mill to evaluate commands

  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    Module → AnyRef → Any
  33. val version: String
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. def whichJava: String
  38. 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 ExternalModule

Inherited from BaseModule

Inherited from define.Module

Inherited from Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped