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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addDependencies(deps: Seq[Seq[(String, Dependency)]]): Seq[(String, Dependency)]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val defaultConfiguration: String
  8. def defaultFilter(dep: Dependency): Boolean

    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

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

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

    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
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalDependencies(from: Dependency, project: Project): Seq[Dependency]

    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
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def merge(dependencies: TraversableOnce[Dependency], forceVersions: Map[Module, String]): (Seq[Dependency], Seq[Dependency], Map[Module, String])

    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 mergeVersions(versions: Seq[String]): Option[String]

    Merge several version constraints together.

    Merge several version constraints together.

    Returns None in case of conflict.

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def profileIsActive(profile: Profile, properties: Map[String, String], osInfo: Os, jdkVersion: Option[Version], userActivations: Option[Map[String, Boolean]]): Boolean
  24. def profiles(project: Project, properties: Map[String, String], osInfo: Os, jdkVersion: Option[Version], userActivations: Option[Map[String, Boolean]]): Seq[Profile]

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

  25. def projectProperties(project: Project): Seq[(String, String)]
  26. val propRegex: Regex
  27. def substituteProps(s: String, properties: Map[String, String]): String
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def userProfileActivation(userProfiles: Set[String])(id: String, activation: Activation, props: Map[String, String]): Boolean
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withDefaultConfig(dep: Dependency): Dependency
  35. def withExclusions(dependencies: Seq[(String, Dependency)], exclusions: Set[(String, String)]): Seq[(String, Dependency)]

    Filters dependencies with exclusions.

  36. def withParentConfigurations(config: String, configurations: Map[String, Seq[String]]): (String, Set[String])
  37. def withProperties(dependencies: Seq[(String, Dependency)], properties: Map[String, String]): Seq[(String, Dependency)]

    Substitutes properties in dependencies.

  38. object DepMgmt

Deprecated Value Members

  1. def propertiesMap(props: Seq[(String, String)]): Map[String, String]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-RC7) Originally intended for internal use only

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped