c

ch.epfl.scala.debugadapter

UnmanagedEntry

final case class UnmanagedEntry(absolutePath: Path) extends ClassPathEntry with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ClassPathEntry, ClassEntry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnmanagedEntry
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ClassPathEntry
  7. ClassEntry
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnmanagedEntry(absolutePath: Path)

Value Members

  1. val absolutePath: Path
    Definition Classes
    UnmanagedEntryClassPathEntry
  2. def classSystems: Seq[ClassSystem]
    Definition Classes
    ClassPathEntryClassEntry
  3. def name: String
    Definition Classes
    UnmanagedEntryClassEntry
  4. def readBytes(classFile: String): Array[Byte]
    Definition Classes
    ClassPathEntry
  5. def sourceEntries: Seq[SourceEntry]
    Definition Classes
    UnmanagedEntryClassEntry
  6. def toURL: URL
    Definition Classes
    ClassPathEntry