Packages

class Settings extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Settings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Settings()

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. def bootclasspath: Path
  6. def bootclasspath_=(p: Path): Settings.this.type
  7. def classpath: Path
  8. def classpath_=(p: Path): Settings.this.type
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def d: File
  11. def d_=(f: File): Settings.this.type
  12. def encoding: String
  13. def encoding_=(s: String): Settings.this.type
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(that: Any): Boolean
    Definition Classes
    Settings → AnyRef → Any
  16. def extdirs: Path
  17. def extdirs_=(p: Path): Settings.this.type
  18. def extraParams: Seq[String]
  19. def extraParams_=(s: Seq[String]): Settings.this.type
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def g: String
  22. def g_=(s: String): Settings.this.type
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. lazy val hashCode: Int
    Definition Classes
    Settings → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def optimise: Boolean
  30. def optimise_=(b: Boolean): Unit
  31. def sourcedir: File
  32. def sourcedir_=(p: File): Settings.this.type
  33. def sourcepath: Path
  34. def sourcepath_=(p: Path): Settings.this.type
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def target: String
  37. def target_=(s: String): Settings.this.type
  38. def toArgs: List[String]
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def unchecked: Boolean
  41. def unchecked_=(b: Boolean): Settings.this.type
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped