Packages

object Environment

Values found solely by inspecting environment or property variables.

Source
PathResolver.scala
Linear Supertypes
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

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    Definition Classes
    Environment → AnyRef → Any
  8. def useJavaClassPath: Boolean