Package

sbt.internal

inc

Permalink

package inc

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait IfMissing extends AnyRef

    Permalink
  2. class InvalidComponent extends RuntimeException

    Permalink
  3. final class MissingScalaJar extends RuntimeException

    Permalink
  4. class ZincComponentManager extends AnyRef

    Permalink

    A component manager provides access to the pieces of zinc that are distributed as components.

    A component manager provides access to the pieces of zinc that are distributed as components. Compiler bridge is distributed as a source jar so that it can be compiled against a specific version of Scala.

    The component manager provides services to install and retrieve components to the local filesystem. This is used for compiled source jars so that the compilation need not be repeated for other projects on the same machine.

Value Members

  1. object IfMissing

    Permalink
  2. object MissingScalaJar extends Serializable

    Permalink
  3. object ZincComponentManager

    Permalink

Ungrouped