Packages

final class ResolutionParams extends ResolutionParamsHelpers with Serializable

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

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 addExclusions(exclusions: (core.Organization, core.ModuleName)*): ResolutionParams
  5. def addForceVersion(fv: (core.Module, String)*): ResolutionParams
    Definition Classes
    ResolutionParamsHelpers
  6. def addForcedProperties(props: (String, String)*): ResolutionParams
    Definition Classes
    ResolutionParamsHelpers
  7. def addProfile(profile: String*): ResolutionParams
    Definition Classes
    ResolutionParamsHelpers
  8. def addProperties(props: (String, String)*): ResolutionParams
    Definition Classes
    ResolutionParamsHelpers
  9. final def addRule(rule: Rule): ResolutionParams
    Definition Classes
    ResolutionParamsHelpers
  10. final def addRule(rule: Rule, resolution: RuleResolution): ResolutionParams
    Definition Classes
    ResolutionParamsHelpers
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. val defaultConfiguration: Configuration
  14. def doForceScalaVersion: Boolean
    Definition Classes
    ResolutionParamsHelpers
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(o: Any): Boolean
    Definition Classes
    ResolutionParams → AnyRef → Any
  17. val exclusions: Set[(core.Organization, core.ModuleName)]
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val forceScalaVersion: Option[Boolean]
  20. val forceVersion: Map[core.Module, String]
  21. val forcedProperties: Map[String, String]
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    ResolutionParams → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val jdkVersionOpt: Option[Version]
  26. val keepOptionalDependencies: Boolean
  27. val maxIterations: Int
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val osInfoOpt: Option[Os]
  32. val profiles: Set[String]
  33. val properties: Seq[(String, String)]
  34. val reconciliation: Seq[(ModuleMatchers, Reconciliation)]
  35. val rules: Seq[(Rule, RuleResolution)]
  36. val scalaVersion: Option[String]
  37. def selectedScalaVersion: String
    Definition Classes
    ResolutionParamsHelpers
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    ResolutionParams → AnyRef → Any
  40. val typelevel: Boolean
  41. val useSystemJdkVersion: Boolean
  42. val useSystemOsInfo: Boolean
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  46. def withDefaultConfiguration(defaultConfiguration: Configuration): ResolutionParams
  47. def withExclusions(exclusions: Set[(core.Organization, core.ModuleName)]): ResolutionParams
  48. def withForceScalaVersion(forceScalaVersion: Boolean): ResolutionParams
  49. def withForceScalaVersion(forceScalaVersion: Option[Boolean]): ResolutionParams
  50. def withForceVersion(forceVersion: Map[core.Module, String]): ResolutionParams
  51. def withForcedProperties(forcedProperties: Map[String, String]): ResolutionParams
  52. def withJdkVersion(versionOpt: Option[Version]): ResolutionParams
  53. def withJdkVersion(version: Version): ResolutionParams
  54. def withJdkVersion(version: String): ResolutionParams
  55. def withKeepOptionalDependencies(keepOptionalDependencies: Boolean): ResolutionParams
  56. def withMaxIterations(maxIterations: Int): ResolutionParams
  57. def withOsInfo(osInfoOpt: Option[Os]): ResolutionParams
  58. def withOsInfo(osInfo: Os): ResolutionParams
  59. def withProfiles(profiles: Set[String]): ResolutionParams
  60. def withProperties(properties: Seq[(String, String)]): ResolutionParams
  61. def withReconciliation(reconciliation: Seq[(ModuleMatchers, Reconciliation)]): ResolutionParams
  62. def withRules(rules: Seq[(Rule, RuleResolution)]): ResolutionParams
  63. def withScalaVersion(scalaVersion: String): ResolutionParams
  64. def withScalaVersion(scalaVersion: Option[String]): ResolutionParams
  65. def withTypelevel(typelevel: Boolean): ResolutionParams
  66. def withUseSystemJdkVersion(useSystemJdkVersion: Boolean): ResolutionParams
  67. def withUseSystemOsInfo(useSystemOsInfo: Boolean): ResolutionParams

Inherited from Serializable

Inherited from Serializable

Inherited from ResolutionParamsHelpers

Inherited from AnyRef

Inherited from Any

Ungrouped