final class Compilations extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Compilations
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Compilations(buildTargets: BuildTargets, classes: BuildTargetClasses, workspace: () => io.AbsolutePath, languageClient: MetalsLanguageClient, refreshTestSuites: () => Unit, afterSuccesfulCompilation: () => Unit, isCurrentlyFocused: (BuildTargetIdentifier) => Boolean, compileWorksheets: (Seq[io.AbsolutePath]) => Future[Unit], onStartCompilation: () => Unit, userConfiguration: () => UserConfiguration)(implicit ec: ExecutionContext)
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
- def cancel(): Unit
- def cascadeCompile(targets: Seq[BuildTargetIdentifier]): Future[Unit]
- def cascadeCompileFiles(paths: Seq[io.AbsolutePath]): Future[Unit]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compilationFinished(source: io.AbsolutePath): Future[Unit]
- def compilationFinished(targets: Seq[BuildTargetIdentifier]): Future[Unit]
- def compileFile(path: io.AbsolutePath): Future[CompileResult]
- def compileFiles(paths: Seq[io.AbsolutePath], focusedDocumentBuildTarget: Option[BuildTargetIdentifier]): Future[Unit]
- def compileTarget(target: BuildTargetIdentifier): Future[CompileResult]
- def compileTargets(targets: Seq[BuildTargetIdentifier]): Future[Unit]
- def currentlyCompiling: Iterable[BuildTargetIdentifier]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expand(paths: Seq[io.AbsolutePath]): Future[Seq[BuildTargetIdentifier]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def isCurrentlyCompiling(buildTarget: BuildTargetIdentifier): Boolean
- 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 pauseables: List[Pauseable]
- def previouslyCompiled: Iterable[BuildTargetIdentifier]
- def recompileAll(): Future[Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)