Classpath

final
class Classpath

In-memory representation of an entire classpath.

A Classpath can be given to Contexts.init to create a Contexts.Context. The latter gives semantic access to all the definitions on the classpath.

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def withFilter(binaryNames: List[String]): Classpath

Concrete fields

val packages: IArray[PackageData]