PathResolver

dotty.tools.dotc.config.PathResolver$
See thePathResolver companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Defaults

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

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Values found solely by inspecting environment or property variables.

Values found solely by inspecting environment or property variables.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

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

Show values in Environment and Defaults when no argument is provided. Otherwise, show values in Calculated as if those options had been given to a scala runner.

Show values in Environment and Defaults when no argument is provided. Otherwise, show values in Calculated as if those options had been given to a scala runner.

Attributes

Map all classpath elements to absolute paths and reconstruct the classpath.

Map all classpath elements to absolute paths and reconstruct the classpath.

Attributes

def ppcp(s: String): String

pretty print class path

pretty print class path

Attributes