sbt.internal.librarymanagement

Members list

Concise view

Type members

Classlikes

class ComponentManager(globalLock: GlobalLock, provider: ComponentProvider, ivyHome: Option[File], val log: Logger)

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.

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.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object CustomHttp

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class CustomPomParser(delegate: ModuleDescriptorParser, transform: (ModuleDescriptorParser, ModuleDescriptor) => ModuleDescriptor) extends ModuleDescriptorParser

Attributes

Companion:
object
Graph
Supertypes
trait ModuleDescriptorParser
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait IfMissing

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Define
object Fail.type
object IfMissing

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class InvalidComponent(msg: String, cause: Throwable) extends RuntimeException

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
object IvyActions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class IvyCache(val ivyHome: Option[File])

Provides methods for working at the level of a single jar file with the default Ivy cache.

Provides methods for working at the level of a single jar file with the default Ivy cache.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

This is a list of functions with default values.

This is a list of functions with default values.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class IvySbt(val configuration: IvyConfiguration, val http: OkHttpClient)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object MakePom

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MakePom.type
class MakePom(val log: Logger)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
class NotInCache(val id: ModuleID, cause: Throwable) extends RuntimeException

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
class ProjectResolver(name: String, map: Map[ModuleRevisionId, ModuleDescriptor]) extends ResolverAdapter

A Resolver that uses a predefined mapping from module ids to in-memory descriptors. It does not handle artifacts.

A Resolver that uses a predefined mapping from module ids to in-memory descriptors. It does not handle artifacts.

Attributes

Companion:
object
Graph
Supertypes
class ResolverAdapter
trait DependencyResolver
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type