Packages

object PathResolver

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

Type Members

  1. implicit final class AsLines extends AnyVal
  2. implicit final class MkLines extends AnyVal

Value Members

  1. def main(args: Array[String]): Unit

    With no arguments, show the interesting values in Environment and Defaults.

    With no arguments, show the interesting values in Environment and Defaults. If there are arguments, show those in Calculated as if those options had been given to a scala runner.

  2. def ppcp(s: String): String

    pretty print class path

  3. object Defaults

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

  4. object Environment

    Values found solely by inspecting environment or property variables.

  5. object SupplementalLocations

    Locations discovered by supplemental heuristics.