Packages

final class BloopBspServices extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BloopBspServices
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BloopBspServices(callSiteState: State, client: JsonRpcClient, relativeConfigPath: RelativePath, socketInput: InputStream, exitStatus: AtomicInt)

Type Members

  1. type ProjectMapping = (BuildTargetIdentifier, Project)

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 buildTargets(request: WorkspaceBuildTargetsRequest): BspEndpointResponse[WorkspaceBuildTargets]
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def compile(params: CompileParams): BspEndpointResponse[CompileResult]
  8. def compileProjects(projects0: Seq[ProjectMapping], state: State): BspResult[CompileResult]
  9. def dependencySources(request: DependencySourcesParams): BspEndpointResponse[DependencySourcesResult]
  10. def detectProjectsWithFreshReporting(mappings: Seq[ProjectMapping]): Seq[Project]

    Checks whether a project should compile with fresh reporting enabled.

    Checks whether a project should compile with fresh reporting enabled.

    Enabling fresh reporting in a project will allow the bloop server to publish diagnostics from previous runs to the client. For an example of where this is required, see https://github.com/scalacenter/bloop/issues/726

    mappings

    The projects mappings we work with.

    returns

    The list of projects we want to enable fresh reporting for.

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def exit(shutdown: Exit): Task[Unit]
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def ifInitialized[T](compute: BspComputation[T]): BspEndpointResponse[T]
  18. def initialize(params: InitializeBuildParams): BspEndpointResponse[InitializeBuildResult]

    Implements the initialize method that is the first pass of the Client-Server handshake.

    Implements the initialize method that is the first pass of the Client-Server handshake.

    params

    The params request that we get from the client.

    returns

    An async computation that returns the response to the client.

  19. def initialized(initializedBuildParams: InitializedBuildParams): Unit
  20. val isInitialized: Promise[BspResponse[Unit]]
  21. val isInitializedTask: Task[BspResponse[Unit]]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val isShutdown: Promise[BspResponse[Unit]]
  24. val isShutdownTask: Task[BspResponse[Unit]]
  25. def mapToProject(target: BuildTargetIdentifier, state: State): Either[String, ProjectMapping]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def run(params: RunParams): BspEndpointResponse[RunResult]
  30. def scalacOptions(request: ScalacOptionsParams): BspEndpointResponse[ScalacOptionsResult]
  31. final val services: Services
  32. def shutdown(shutdown: Shutdown): Unit
  33. def sources(request: SourcesParams): BspEndpointResponse[SourcesResult]
  34. def stateAfterExecution: State

    Returns the final state after BSP commands that can be cached by bloop.

  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def test(params: TestParams): BspEndpointResponse[TestResult]
  37. def toScalaBuildTarget(project: Project, instance: ScalaInstance): ScalaBuildTarget
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped