Packages

object Defaults

Default values based on those in Environment as interpreted according to the path resolution specification.

Source
PathResolver.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Defaults
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def javaBootClassPath: String
  2. def javaExtDirs: String
  3. def javaUserClassPath: String
  4. def scalaBootClassPath: String
  5. def scalaClassesDir: Directory
  6. def scalaExtDirs: String
  7. def scalaHome: String
  8. def scalaHomeDir: Directory
  9. def scalaLibAsDir: Directory
  10. def scalaLibAsJar: File
  11. def scalaLibDir: Directory
  12. def scalaLibDirFound: Option[Directory]
  13. def scalaLibFound: String
  14. def scalaPluginPath: String
  15. def scalaSourcePath: String
  16. def toString(): String
    Definition Classes
    Defaults → AnyRef → Any
  17. def useJavaClassPath: Boolean