Object/Class

coursier.core

Resolution

Related Docs: class Resolution | package core

Permalink

object Resolution extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Resolution
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ModuleVersion = (Module, String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addDependencies(deps: Seq[Seq[(Configuration, Dependency)]]): Seq[(Configuration, Dependency)]

    Permalink
  5. def apply(rootDependencies: Seq[Dependency], dependencySet: DependencySet, forceVersions: Map[Module, String], conflicts: Set[Dependency], projectCache: Map[ModuleVersion, (ArtifactSource, Project)], errorCache: Map[ModuleVersion, Seq[String]], finalDependenciesCache: Map[Dependency, Seq[Dependency]], filter: Option[(Dependency) ⇒ Boolean], reconciliation: Option[(Module) ⇒ Reconciliation], osInfo: Os, jdkVersion: Option[Version], userActivations: Option[Map[String, Boolean]], mapDependencies: Option[(Dependency) ⇒ Dependency], extraProperties: Seq[(String, String)], forceProperties: Map[String, String], defaultConfiguration: Configuration): Resolution

    Permalink
  6. def apply(): Resolution

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def defaultFilter(dep: Dependency): Boolean

    Permalink

    Default dependency filter used during resolution.

    Default dependency filter used during resolution.

    Does not follow optional dependencies.

  10. val defaultTypes: Set[Type]

    Permalink
  11. def depsWithDependencyManagement(dependencies: Seq[(Configuration, Dependency)], dependencyManagement: Seq[(Configuration, Dependency)]): Seq[(Configuration, Dependency)]

    Permalink

    Applies dependencyManagement to dependencies.

    Applies dependencyManagement to dependencies.

    Fill empty version / scope / exclusions, for dependencies found in dependencyManagement.

  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def forceScalaVersion(sv: String): (Dependency) ⇒ Dependency

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hasProps(s: String): Boolean

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def merge(dependencies: Seq[Dependency], forceVersions: Map[Module, String], reconciliation: Option[(Module) ⇒ Reconciliation], preserveOrder: Boolean = false): (Seq[Dependency], Seq[Dependency], Map[Module, String])

    Permalink

    Merge several dependencies, solving version constraints of duplicated modules.

    Merge several dependencies, solving version constraints of duplicated modules.

    Returns the conflicted dependencies, and the merged others.

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def profileIsActive(profile: Profile, properties: Map[String, String], osInfo: Os, jdkVersion: Option[Version], userActivations: Option[Map[String, Boolean]]): Boolean

    Permalink
  25. def profiles(project: Project, properties: Map[String, String], osInfo: Os, jdkVersion: Option[Version], userActivations: Option[Map[String, Boolean]]): Seq[Profile]

    Permalink

    Get the active profiles of project, using the current properties properties, and profileActivations stating if a profile is active.

  26. def projectProperties(project: Project): Seq[(String, String)]

    Permalink
  27. def substituteProps(s: String, properties: Map[String, String], trim: Boolean): String

    Permalink
  28. def substituteProps(s: String, properties: Map[String, String]): String

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withExclusions(dependencies: Seq[(Configuration, Dependency)], exclusions: Set[(Organization, ModuleName)]): Seq[(Configuration, Dependency)]

    Permalink

    Filters dependencies with exclusions.

  35. def withParentConfigurations(config: Configuration, configurations: Map[Configuration, Seq[Configuration]]): (Configuration, Set[Configuration])

    Permalink
  36. def withProperties(dependencies: Seq[(Configuration, Dependency)], properties: Map[String, String]): Seq[(Configuration, Dependency)]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped