p

sbt.internal

librarymanagement

package librarymanagement

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. final class CustomPomParser extends ModuleDescriptorParser
  3. sealed trait IfMissing extends AnyRef
  4. class InvalidComponent extends RuntimeException
  5. class IvyCache extends AnyRef

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

  6. final class IvySbt extends AnyRef
  7. final class JavaNetAuthenticator extends Authenticator

    Adapts java.net.Authenticator to Authenticator.

    Adapts java.net.Authenticator to Authenticator. Configure OkHttp to use java.net.Authenticator with OkHttpClient.Builder#authenticator or OkHttpClient.Builder#proxyAuthenticator(Authenticator).

  8. class MakePom extends AnyRef
  9. class NotInCache extends RuntimeException
  10. 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.

  11. abstract class ResolverAdapter extends DependencyResolver

Value Members

  1. object ComponentManager
  2. object CustomHttp
  3. object CustomPomParser
  4. object FixedParser extends SupportParser[JValue]
  5. object IfMissing
  6. object IvyActions
  7. object IvyInternalDefaults

    This is a list of functions with default values.

  8. object IvyRetrieve
  9. object IvyScalaUtil
  10. object MakePom
  11. object ProjectResolver

Ungrouped