object SbtBuildTool extends java.io.Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SbtBuildTool
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def apply(projectRoot: io.AbsolutePath, userConfig: () => UserConfiguration): SbtBuildTool
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkCorrectJavaVersion(workspace: io.AbsolutePath, userJavaHome: Option[String]): Boolean
- 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 equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val firstVersionWithBsp: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSbtRelatedPath(workspace: io.AbsolutePath, path: io.AbsolutePath): Boolean
- def loadVersion(workspace: io.AbsolutePath): Option[String]
- val name: String
- 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 prependAutoImports(text: String, autoImports: Seq[String]): String
- def sbtInputPosAdjustment(originInput: VirtualFile, autoImports: Seq[String]): (VirtualFile, (org.eclipse.lsp4j.Position) => org.eclipse.lsp4j.Position, AdjustLspData)
- 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])
- def writePlugins(projectDir: io.AbsolutePath, plugins: PluginDetails*): Boolean
Write the sbt plugin in the sbt project directory Return true if the metals plugin file changed.
- def writeSbtMetalsPlugins(projectRoot: io.AbsolutePath): Boolean
Write all the plugins used by Metals when connected to sbt server: - the sbt-metals plugin in the project directory - the sbt-jdi-tools plugin in the project/project directory
Write all the plugins used by Metals when connected to sbt server: - the sbt-metals plugin in the project directory - the sbt-jdi-tools plugin in the project/project directory
Return true if any plugin file changed, meaning we should reload
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)