Packages

o

sbt.librarymanagement

Configurations

object Configurations

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Configurations
  2. AnyRef
  3. 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. lazy val Compile: Configuration
  5. lazy val CompileInternal: Configuration
  6. lazy val CompilerPlugin: Configuration
  7. lazy val Component: Configuration
  8. lazy val Default: Configuration
  9. lazy val IntegrationTestInternal: Configuration
    Annotations
    @nowarn()
  10. lazy val Optional: Configuration
  11. lazy val Pom: Configuration
  12. lazy val Provided: Configuration
  13. lazy val Runtime: Configuration
  14. lazy val RuntimeInternal: Configuration
  15. lazy val ScalaDocTool: Configuration
  16. lazy val ScalaTool: Configuration
  17. lazy val System: Configuration
  18. lazy val Test: Configuration
  19. lazy val TestInternal: Configuration
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def auxiliary: Vector[Configuration]
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. macro def config(name: String): Configuration
  24. def default: Vector[Configuration]
  25. def defaultInternal: Vector[Configuration]
  26. def defaultMavenConfigurations: Vector[Configuration]
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def internalMap(c: Configuration): Configuration
    Annotations
    @nowarn()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def names(cs: Vector[Configuration]): Vector[String]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def refs(cs: Vector[Configuration]): Vector[ConfigRef]
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. lazy val IntegrationTest: Configuration
    Annotations
    @deprecated
    Deprecated

    (Since version 1.9.0) Create a separate subproject for testing instead

Inherited from AnyRef

Inherited from Any

Ungrouped