final case class Java8(classJars: Seq[Path], sourceZip: 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. Java8
  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 Java8(classJars: Seq[Path], sourceZip: Path)

Value Members

  1. val classJars: Seq[Path]
  2. def classSystems: Seq[ClassSystem]
    Definition Classes
    Java8ClassEntry
  3. def sourceEntries: Seq[SourceEntry]
    Definition Classes
    Java8ClassEntry
  4. val sourceZip: Path