ClasspathEntry
tastyquery.Classpaths.ClasspathEntry
trait ClasspathEntry
One entry of the classpath.
A ClasspathEntry must have a meaningful equals and hashCode, which must reflect the identity of the entry (not necessarily the reference identity). Its equality is notably used by Contexts.Context.findSymbolsByClasspathEntry.
Users of a ClasspathEntry and its components may consider them to be idempotent.
All the methods of ClasspathEntry and its components may throw java.io.IOExceptions to indicate I/O errors.
Implementations of this class are encouraged to define a toString() method that helps identifying the entry for debugging purposes.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ClasspathEntry
Members list
In this article