Entry
final
class Entry
A Classpath.Entry encapsulates the package data for a single classpath entry (i.e. a given directory or jar file). Can only be created by Classpath.from. You can lookup all symbols originating from this entry with ctx.findSymbolsByClasspathEntry. e.g.:
val classpath = ClasspathLoaders.read(myLibraryPath :: stdLibPaths)
given Context = Contexts.init(classpath)
val myLibSyms = ctx.findSymbolsByClasspathEntry(classpath.entries.head)
class Object
trait Matchable
class Any