class ConnectionProvider extends Indexer with Cancelable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectionProvider
- Cancelable
- Indexer
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConnectionProvider(buildToolProvider: BuildToolProvider, compilations: Compilations, buildTools: BuildTools, buffers: Buffers, compilers: Compilers, scalaCli: ScalaCliServers, bloopServers: BloopServers, shellRunner: ShellRunner, bspConfigGenerator: BspConfigGenerator, check: () => Unit, doctor: Doctor, initTreeView: () => Unit, diagnostics: Diagnostics, charset: Charset, buildClient: MetalsBuildClient, bspGlobalDirectories: List[io.AbsolutePath], bspStatus: ConnectionBspStatus, mainBuildTargetsData: TargetData, indexProviders: IndexProviders)(implicit ec: ExecutionContextExecutorService, rc: ReportContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bspConnector: BspConnector
- val bspServers: BspServers
- Attributes
- protected
- var bspSession: Option[BspSession]
- Definition Classes
- Indexer
- var buildServerPromise: Promise[Unit]
- def cancel(): Unit
- Definition Classes
- ConnectionProvider → Cancelable
- val cancelables: MutableCancelable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fullConnect(): Future[Unit]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def index(check: () => Unit): Future[Unit]
- Definition Classes
- ConnectionProvider → Indexer
- val indexProviders: IndexProviders
- Definition Classes
- Indexer
- def indexWorkspaceSources(data: TargetData): Unit
- Definition Classes
- Indexer
- def indexWorkspaceSources(data: Seq[TargetData]): Unit
- Definition Classes
- Indexer
- val isConnecting: AtomicBoolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def profiledIndexWorkspace(check: () => Unit): Future[Unit]
- Attributes
- protected
- Definition Classes
- Indexer
- def quickConnectToBuildServer(): Future[BuildChange]
- def reindexWorkspaceSources(paths: Seq[io.AbsolutePath]): Unit
- Definition Classes
- Indexer
- def resolveBsp(): BspResolvedResult
- val sharedIndices: SqlSharedIndices
- Definition Classes
- Indexer
- def simpleMappedSource(sourceItem: WrappedSourceItem): MappedSource
- Definition Classes
- Indexer
- def slowConnectToBuildServer(forceImport: Boolean): Future[BuildChange]
- def slowConnectToBuildToolBsp(buildTool: BuildServerProvider, forceImport: Boolean, isSelected: Boolean): Future[BuildChange]
- Attributes
- protected
- def switchBspServer(): Future[Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def willGenerateBspConfig: Boolean
- def withWillGenerateBspConfig[T](body: => Future[T]): Future[T]
- val workspaceReload: WorkspaceReload
- Attributes
- protected
- Definition Classes
- Indexer
- object Connect
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)