ZincLmUtil

sbt.internal.inc.ZincLmUtil$
object ZincLmUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def fetchDefaultBridgeModule(scalaVersion: String, dependencyResolution: DependencyResolution, updateConfiguration: UpdateConfiguration, warningConfig: UnresolvedWarningConfiguration, logger: Logger): File
def getDefaultBridgeModule(scalaVersion: String): ModuleID
def getDefaultBridgeSourceModule(scalaVersion: String): ModuleID
def scalaCompiler(scalaInstance: ScalaInstance, classpathOptions: ClasspathOptions, globalLock: GlobalLock, componentProvider: ComponentProvider, secondaryCacheDir: Option[File], dependencyResolution: DependencyResolution, compilerBridgeSource: ModuleID, scalaJarsTarget: File, classLoaderCache: Option[ClassLoaderCache], log: Logger): AnalyzingCompiler

Instantiate a Scala compiler that is instrumented to analyze dependencies. This Scala compiler is useful to create your own instance of incremental compilation.

Instantiate a Scala compiler that is instrumented to analyze dependencies. This Scala compiler is useful to create your own instance of incremental compilation.

Attributes