Packages

object Environment

Values found solely by inspecting environment or property variables.

Source
PathResolver.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Environment
  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

    The java classpath and whether to use it.

  4. def scalaExtDirs: String
  5. def scalaHome: String
  6. def sourcePathEnv: String

    Environment variables which java pays attention to so it seems we do as well.

  7. def toString(): String
    Definition Classes
    Environment → AnyRef → Any
  8. def useJavaClassPath: Boolean