package librarymanagement
- Alphabetic
- Public
- All
Type Members
-
class
ComponentManager extends AnyRef
A component manager provides access to the pieces of xsbt that are distributed as components.
A component manager provides access to the pieces of xsbt that are distributed as components. There are two types of components. The first type is compiled subproject jars with their dependencies. The second type is a subproject 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 repository. This is used for compiled source jars so that the compilation need not be repeated for other projects on the same machine.
- final class CustomPomParser extends ModuleDescriptorParser
- sealed trait IfMissing extends AnyRef
- class InvalidComponent extends RuntimeException
-
class
IvyCache extends AnyRef
Provides methods for working at the level of a single jar file with the default Ivy cache.
- final class IvySbt extends AnyRef
- class MakePom extends AnyRef
- class NotInCache extends RuntimeException
-
class
ProjectResolver extends ResolverAdapter
A Resolver that uses a predefined mapping from module ids to in-memory descriptors.
A Resolver that uses a predefined mapping from module ids to in-memory descriptors. It does not handle artifacts.
-
abstract
class
ResolverAdapter extends DependencyResolver
- Annotations
- @SuppressWarnings()
Value Members
- object ComponentManager
- object CustomPomParser
- object IfMissing
- object IvyActions
-
object
IvyInternalDefaults
This is a list of functions with default values.
- object IvyRetrieve
- object IvyScalaUtil
- object MakePom
- object ProjectResolver