Package

sbt.internal

inc

Permalink

package inc

Visibility
  1. Public
  2. All

Type Members

  1. final class CompileConfiguration extends AnyRef

    Permalink

    Configuration used for running an analyzing compiler (a compiler which can extract dependencies between source files and JARs).

  2. class IncrementalCompilerImpl extends IncrementalCompiler

    Permalink
  3. class LookupImpl extends Lookup

    Permalink
  4. final class MixedAnalyzingCompiler extends AnyRef

    Permalink

    An instance of an analyzing compiler that can run both javac + scalac.

Value Members

  1. object MixedAnalyzingCompiler

    Permalink

    Define helpers to create a wrapper around a Scala incremental compiler xsbti.compile.ScalaCompiler and a Java incremental compiler xsbti.compile.JavaCompiler.

    Define helpers to create a wrapper around a Scala incremental compiler xsbti.compile.ScalaCompiler and a Java incremental compiler xsbti.compile.JavaCompiler. Note that the wrapper delegates to the implementation of both compilers and only instructs how to run a cycle of cross Java-Scala compilation.

  2. object ZincUtil

    Permalink

    Define a private implementation of the static methods forwarded from ZincCompilerUtil.

  3. package caching

    Permalink
  4. package javac

    Permalink

Ungrouped