c

coursierapi

ResolutionParams

class ResolutionParams extends Serializable

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

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 addExclusion(organization: String, moduleName: String): ResolutionParams
  5. def addProfile(profile: String): ResolutionParams
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(o: AnyRef): Boolean
    Definition Classes
    ResolutionParams → AnyRef → Any
    Annotations
    @Override()
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def forceProperties(properties: Map[String, String]): ResolutionParams
  12. def forceProperty(name: String, value: String): ResolutionParams
  13. def forceVersion(module: Module, version: String): ResolutionParams
  14. def forceVersions(versions: Map[Module, String]): ResolutionParams
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getEnableDependencyOverrides(): Boolean
  17. def getExclusions(): Set[Entry[String, String]]
  18. def getForceDepMgmtVersions(): Boolean
  19. def getForceVersions(): Map[Module, String]
  20. def getForcedProperties(): Map[String, String]
  21. def getKeepProvidedDependencies(): Boolean
  22. def getMaxIterations(): Integer
  23. def getProfiles(): Set[String]
  24. def getScalaVersion(): String
  25. def getUseSystemJdkVersion(): Boolean
  26. def getUseSystemOsInfo(): Boolean
  27. def hashCode(): Int
    Definition Classes
    ResolutionParams → AnyRef → Any
    Annotations
    @Override()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def removeExclusion(organization: String, moduleName: String): ResolutionParams
  33. def removeProfile(profile: String): ResolutionParams
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    ResolutionParams → AnyRef → Any
    Annotations
    @Override()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def withEnableDependencyOverrides(enableDependencyOverrides: Boolean): ResolutionParams
  40. def withExclusions(exclusions: Set[Entry[String, String]]): ResolutionParams
  41. def withForceDepMgmtVersions(forceDepMgmtVersions: Boolean): ResolutionParams
  42. def withForceProperties(properties: Map[String, String]): ResolutionParams
  43. def withForceVersions(versions: Map[Module, String]): ResolutionParams
  44. def withKeepProvidedDependencies(keepProvidedDependencies: Boolean): ResolutionParams
  45. def withMaxIterations(maxIterations: Integer): ResolutionParams
  46. def withProfiles(profiles: Set[String]): ResolutionParams
  47. def withScalaVersion(scalaVersion: String): ResolutionParams
  48. def withUseSystemJdkVersion(useSystemJdkVersion: Boolean): ResolutionParams
  49. def withUseSystemOsInfo(useSystemOsInfo: Boolean): ResolutionParams

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped