Represents classes which can be loaded with a ClassfileLoader and / or a SourcefileLoader.
Represents classes which can be loaded with a ClassfileLoader and / or a SourcefileLoader.
The whole classpath in the form of one String.
The whole classpath in the form of one String.
A list of URLs representing this classpath.
A list of URLs representing this classpath.
Lists of entities.
Lists of entities.
Info which should be propagated to any sub-classpaths.
Info which should be propagated to any sub-classpaths.
Find a ClassRep given a class name of the form "package.subpackage.ClassName".
Find a ClassRep given a class name of the form "package.subpackage.ClassName". Does not support nested classes on .NET
The short name of the package (without prefix)
The short name of the package (without prefix)
A String representing the origin of this classpath element, if known.
A String representing the origin of this classpath element, if known. For example, the path of the directory or jar.
Filters for assessing validity of various entities.
Filters for assessing validity of various entities.
The classpath when compiling with target:jvm. Binary files (classfiles) are represented as AbstractFile. nsc.io.ZipArchive is used to view zip/jar archives as directories.