c

ch.epfl.scala.debugadapter

Java9OrAbove

final case class Java9OrAbove(javaHome: Path, fsJar: Path, sourceZip: Option[Path]) extends JavaRuntime with Product with Serializable

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

Instance Constructors

  1. new Java9OrAbove(javaHome: Path, fsJar: Path, sourceZip: Option[Path])

Value Members

  1. def classSystems: Seq[JavaRuntimeSystem]
    Definition Classes
    Java9OrAboveClassEntry
  2. val fsJar: Path
  3. val javaHome: Path
    Definition Classes
    Java9OrAboveJavaRuntime
  4. def name: String
    Definition Classes
    JavaRuntimeClassEntry
  5. def sourceEntries: Seq[SourceEntry]
    Definition Classes
    Java9OrAboveClassEntry
  6. val sourceZip: Option[Path]