Packages

o

sbt.internal

SysProp

object SysProp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SysProp
  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. def allowRootDir: Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def banner: Boolean
  7. def booleanOpt(name: String): Option[Boolean]
  8. def ci: Boolean
  9. def client: Boolean
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def closeClassLoaders: Boolean
  12. lazy val color: Boolean

    Indicates whether formatting has been disabled in environment variables.

    Indicates whether formatting has been disabled in environment variables. 1. -Dsbt.log.noformat=true means no formatting. 2. -Dsbt.color=always/auto/never/true/false 3. -Dsbt.colour=always/auto/never/true/false 4. -Dsbt.log.format=always/auto/never/true/false

  13. def defaultUseCoursier: Boolean
  14. def double(name: String, default: Double): Double
  15. def dumbTerm: Boolean
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def fileCacheSize: Long
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def forceServerStart: Boolean
  21. def gcMonitor: Boolean
  22. def gcRatio: Double
  23. def gcWindow: FiniteDuration
  24. def genBuildProps: Boolean

    Generate build.properties if missing.

  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getOrFalse(name: String): Boolean
  27. def getOrTrue(name: String): Boolean
  28. def globalLocalCache: File

    Operating system specific cache directory, similar to Coursier cache.

  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def int(name: String, default: Int): Int
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def legacyTestReport: Boolean
  33. def long(name: String, default: Long): Long
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def offline: Boolean
  38. def onChangedBuildSource: WatchBuildSourceOption
  39. def pipelining: Boolean
  40. lazy val sbtCredentialsEnv: Option[Credentials]
  41. def semanticdb: Boolean
  42. def serverUseJni: Boolean
  43. def supershell: Boolean
  44. def supershellBlankZone: Int
  45. def supershellMaxTasks: Int
  46. def supershellSleep: Long
  47. def supershellThreshold: FiniteDuration
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def taskTimings: Boolean
  50. def taskTimingsOmitPaths: Boolean
  51. def taskTimingsOnShutdown: Boolean
  52. def taskTimingsThreshold: Long
  53. def taskTimingsUnit: (String, Int)
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def traces: Boolean
  56. def turbo: Boolean
  57. def useLog4J: Boolean
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  61. def watchMode: String

Deprecated Value Members

  1. def residentLimit: Int
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) Resident compilation is no longer supported

Inherited from AnyRef

Inherited from Any

Ungrouped