sbt.internal.librarymanagement

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.

Companion:
object
Companion:
class
object CustomHttp
final class CustomPomParser(delegate: ModuleDescriptorParser, transform: (ModuleDescriptorParser, ModuleDescriptor) => ModuleDescriptor) extends ModuleDescriptorParser
Companion:
object
Companion:
class
sealed trait IfMissing
Companion:
object
object IfMissing
Companion:
class
class InvalidComponent(msg: String, cause: Throwable) extends RuntimeException
object IvyActions
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.

This is a list of functions with default values.

This is a list of functions with default values.

final class IvySbt(val configuration: IvyConfiguration, val http: OkHttpClient)
object MakePom
Companion:
class
class MakePom(val log: Logger)
Companion:
object
class NotInCache(val id: ModuleID, cause: Throwable) extends RuntimeException
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.

Companion:
object
Companion:
class