object PathResolver
- Source
- PathResolver.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PathResolver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
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.
-
def
ppcp(s: String): String
pretty print class path
-
object
Defaults
Default values based on those in Environment as interpreted according to the path resolution specification.
-
object
Environment
Values found solely by inspecting environment or property variables.
-
object
SupplementalLocations
Locations discovered by supplemental heuristics.
The Scala compiler and reflection APIs.