package inc
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed trait IfMissing extends AnyRef
- class InvalidComponent extends RuntimeException
- final class MissingScalaJar extends RuntimeException
-
class
ZincComponentManager extends AnyRef
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
- object IfMissing
- object MissingScalaJar extends Serializable
- object ZincComponentManager
- object ZincLmUtil