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 getDefaultConfiguration(): String
  17. def getEnableDependencyOverrides(): Boolean
  18. def getExclusions(): Set[Entry[String, String]]
  19. def getForceDepMgmtVersions(): Boolean
  20. def getForceVersions(): Map[Module, String]
  21. def getForcedProperties(): Map[String, String]
  22. def getKeepProvidedDependencies(): Boolean
  23. def getMaxIterations(): Integer
  24. def getProfiles(): Set[String]
  25. def getScalaVersion(): String
  26. def getUseSystemJdkVersion(): Boolean
  27. def getUseSystemOsInfo(): Boolean
  28. def hashCode(): Int
    Definition Classes
    ResolutionParams → AnyRef → Any
    Annotations
    @Override()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def removeExclusion(organization: String, moduleName: String): ResolutionParams
  34. def removeProfile(profile: String): ResolutionParams
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    ResolutionParams → AnyRef → Any
    Annotations
    @Override()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. def withDefaultConfiguration(defaultConfiguration: String): ResolutionParams
  41. def withEnableDependencyOverrides(enableDependencyOverrides: Boolean): ResolutionParams
  42. def withExclusions(exclusions: Set[Entry[String, String]]): ResolutionParams
  43. def withForceDepMgmtVersions(forceDepMgmtVersions: Boolean): ResolutionParams
  44. def withForceProperties(properties: Map[String, String]): ResolutionParams
  45. def withForceVersions(versions: Map[Module, String]): ResolutionParams
  46. def withKeepProvidedDependencies(keepProvidedDependencies: Boolean): ResolutionParams
  47. def withMaxIterations(maxIterations: Integer): ResolutionParams
  48. def withProfiles(profiles: Set[String]): ResolutionParams
  49. def withScalaVersion(scalaVersion: String): ResolutionParams
  50. def withUseSystemJdkVersion(useSystemJdkVersion: Boolean): ResolutionParams
  51. def withUseSystemOsInfo(useSystemOsInfo: Boolean): ResolutionParams

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped