final case class Java9OrAbove(javaHome: Path, fsJar: Path, sourceZip: Option[Path]) extends JavaRuntime with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Java9OrAbove
- Serializable
- Serializable
- Product
- Equals
- JavaRuntime
- ClassEntry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Java9OrAbove(javaHome: Path, fsJar: Path, sourceZip: Option[Path])
Value Members
-
def
classSystems: Seq[JavaRuntimeSystem]
- Definition Classes
- Java9OrAbove → ClassEntry
- val fsJar: Path
-
val
javaHome: Path
- Definition Classes
- Java9OrAbove → JavaRuntime
-
def
name: String
- Definition Classes
- JavaRuntime → ClassEntry
-
def
sourceEntries: Seq[SourceEntry]
- Definition Classes
- Java9OrAbove → ClassEntry
- val sourceZip: Option[Path]