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. object DepMgmt

    Permalink
  5. def addDependencies(deps: Seq[Seq[Dependency]]): Seq[Dependency]

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

    Permalink

    Default dependency filter used during resolution.

    Default dependency filter used during resolution.

    Does not follow optional dependencies.

  9. def defaultProfileActivation(id: String, activation: Activation, props: Map[String, String]): Boolean

    Permalink

    Default function checking whether a profile is active, given its id, activation conditions, and the properties of its project.

  10. def depsWithDependencyManagement(dependencies: Seq[Dependency], dependencyManagement: Seq[Dependency]): Seq[Dependency]

    Permalink

    Applies dependencyManagement to dependencies.

    Applies dependencyManagement to dependencies.

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalDependencies(from: Dependency, project: Project): Seq[Dependency]

    Permalink

    Get the dependencies of project, knowing that it came from dependency from (that is, from.module == project.module).

    Get the dependencies of project, knowing that it came from dependency from (that is, from.module == project.module).

    Substitute properties, update scopes, apply exclusions, and get extra parameters from dependency management along the way.

  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. def merge(dependencies: TraversableOnce[Dependency], forceVersions: Map[Module, String]): (Seq[Dependency], Seq[Dependency])

    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.

  19. def mergeProperties(dict: Map[String, String], other: Map[String, String]): Map[String, String]

    Permalink
  20. def mergeVersions(versions: Seq[String]): Option[String]

    Permalink

    Merge several version constraints together.

    Merge several version constraints together.

    Returns None in case of conflict.

  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 profiles(project: Project, properties: Map[String, String], profileActivation: (String, Activation, Map[String, String]) ⇒ Boolean): Seq[Profile]

    Permalink

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

  25. val propRegex: Regex

    Permalink
  26. def resolveScope(base: Scope, transitive: Scope): Option[Scope]

    Permalink

    If one of our dependency has scope base, and a transitive dependency of it has scope transitive, return the scope of the latter for us, if any.

    If one of our dependency has scope base, and a transitive dependency of it has scope transitive, return the scope of the latter for us, if any. If empty, means the transitive dependency should not be considered a dependency for us.

    See https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope.

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withDefaultScope(dep: Dependency): Dependency

    Permalink
  33. def withExclusions(dependencies: Seq[Dependency], exclusions: Set[(String, String)]): Seq[Dependency]

    Permalink

    Filters dependencies with exclusions.

  34. def withProperties(dependencies: Seq[Dependency], properties: Map[String, String]): Seq[Dependency]

    Permalink

    Substitutes properties in dependencies.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped