final class Environment extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Environment
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Environment(dataDirectory: Path, cacheDirectory: Path, preferencesDirectory: Path)
  2. new Environment(dataDirectory: Path, cacheDirectory: Path, preferencesDirectory: Path, workingDirectory: Path, homeDirectory: Path, standardOutput: PrintStream, standardError: PrintStream, standardInput: BufferedReader, systemProperties: Properties, exit: (Int) => Nothing, environmentVariables: Map[String, String], clock: Clock, console: Console)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cacheDirectory: Path
  6. def canEqual(obj: Any): Boolean
    Definition Classes
    Environment → Equals
  7. val clock: Clock
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val console: Console
  10. val dataDirectory: Path
  11. val environmentVariables: Map[String, String]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean
    Definition Classes
    Environment → Equals → AnyRef → Any
  14. val exit: (Int) => Nothing
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    Environment → AnyRef → Any
  18. val homeDirectory: Path
  19. val isCI: Boolean
  20. val isColorEnabled: Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val isProgressBarEnabled: Boolean
  23. def isSettingPresent(key: String): Boolean

    Returns true if the key is defined in the environment variables or system properties, regardless of value.

  24. def isSettingTrue(key: String): Boolean

    Returns true if the key has is equal to "true" in environment variables or system properties.

  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. val preferencesDirectory: Path
  29. def productArity: Int
    Definition Classes
    Environment → Product
  30. def productElement(n: Int): Any
    Definition Classes
    Environment → Product
  31. def productElementName(n: Int): String
    Definition Classes
    Environment → Product
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. def productIterator: Iterator[Any]
    Definition Classes
    Product
  34. def productPrefix: String
    Definition Classes
    Environment → Product
  35. val standardError: PrintStream
  36. val standardInput: BufferedReader
  37. val standardOutput: PrintStream
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. val systemProperties: Properties
  40. def toString(): String
    Definition Classes
    Environment → AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. def withCacheDirectory(cacheDirectory: Path): Environment
  45. def withClock(clock: Clock): Environment
  46. def withConsole(console: Console): Environment
  47. def withDataDirectory(dataDirectory: Path): Environment
  48. def withEnvironmentVariables(environmentVariables: Map[String, String]): Environment
  49. def withExit(exit: (Int) => Nothing): Environment
  50. def withHomeDirectory(homeDirectory: Path): Environment
  51. def withPreferencesDirectory(preferencesDirectory: Path): Environment
  52. def withProjectDirectories(dirs: ProjectDirectories): Environment
  53. def withStandardError(standardError: PrintStream): Environment
  54. def withStandardInput(standardInput: BufferedReader): Environment
  55. def withStandardOutput(standardOutput: PrintStream): Environment
  56. def withSystemProperties(systemProperties: Properties): Environment
  57. def withWorkingDirectory(workingDirectory: Path): Environment
  58. val workingDirectory: Path

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped