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. 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 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean
    Definition Classes
    ResolutionParams → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.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[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getExclusions(): Set[Entry[String, String]]
  17. def getForceVersions(): Map[Module, String]
  18. def getForcedProperties(): Map[String, String]
  19. def getMaxIterations(): Integer
  20. def getProfiles(): Set[String]
  21. def getUseSystemJdkVersion(): Boolean
  22. def getUseSystemOsInfo(): Boolean
  23. def hashCode(): Int
    Definition Classes
    ResolutionParams → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def removeExclusion(organization: String, moduleName: String): ResolutionParams
  29. def removeProfile(profile: String): ResolutionParams
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    ResolutionParams → AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. def withExclusions(exclusions: Set[Entry[String, String]]): ResolutionParams
  36. def withForceProperties(properties: Map[String, String]): ResolutionParams
  37. def withForceVersions(versions: Map[Module, String]): ResolutionParams
  38. def withMaxIterations(maxIterations: Integer): ResolutionParams
  39. def withProfiles(profiles: Set[String]): ResolutionParams
  40. def withUseSystemJdkVersion(useSystemJdkVersion: Boolean): ResolutionParams
  41. def withUseSystemOsInfo(useSystemOsInfo: Boolean): ResolutionParams

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped