sbt.internal.librarymanagement

Members list

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
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
trait ModuleDescriptorParser
class Object
trait Matchable
class Any

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
IvyActions.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

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

Supertypes
class Object
trait Matchable
class Any
Self type
object IvyRetrieve

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object IvyScalaUtil

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object MakePom

Attributes

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

Attributes

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

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
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
Supertypes
class ResolverAdapter
trait DependencyResolver
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type