package classpath
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Classdir(relativeUri: String) extends ClasspathElement with Product with Serializable
A classpath entry that is a directory.
- sealed abstract class Classfile extends ClasspathElement
A classpath entry that can be read as an InputStream.
- sealed abstract class ClasspathElement extends AnyRef
Represents a entry in a classpath that is either a package, file on disk or zip entry.
- final class ClasspathIndex extends AnyRef
An index to lookup class directories and classfiles by their JVM names.
- final case class CompressedClassfile(entry: ZipEntry, zip: File) extends Classfile with Product with Serializable
A classpath entry that is a classfile inside a jar file.
- final case class MissingSymbolException(symbol: String) extends Exception with Product with Serializable
- final case class UncompressedClassfile(relativeUri: String, path: io.AbsolutePath) extends Classfile with Product with Serializable
A classpath entry that is a classfile on disk.
Value Members
- object ClasspathIndex
- object ClasspathUtils