Packages

class Settings extends AnyRef

Source
Settings.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Settings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Settings()

Value Members

  1. def bootclasspath: Path
  2. def bootclasspath_=(p: Path): Settings.this.type
  3. def classpath: Path
  4. def classpath_=(p: Path): Settings.this.type
  5. def d: File
  6. def d_=(f: File): Settings.this.type
  7. def encoding: String
  8. def encoding_=(s: String): Settings.this.type
  9. def equals(that: Any): Boolean
    Definition Classes
    Settings → AnyRef → Any
  10. def extdirs: Path
  11. def extdirs_=(p: Path): Settings.this.type
  12. def extraParams: Seq[String]
  13. def extraParams_=(s: Seq[String]): Settings.this.type
  14. def g: String
  15. def g_=(s: String): Settings.this.type
  16. lazy val hashCode: Int
    Definition Classes
    Settings → AnyRef → Any
  17. def optimise: Boolean
  18. def optimise_=(b: Boolean): Unit
  19. def sourcedir: File
  20. def sourcedir_=(p: File): Settings.this.type
  21. def sourcepath: Path
  22. def sourcepath_=(p: Path): Settings.this.type
  23. def target: String
  24. def target_=(s: String): Settings.this.type
  25. def toArgs: List[String]
  26. def unchecked: Boolean
  27. def unchecked_=(b: Boolean): Settings.this.type