JavaSpec

sbtghactions.JavaSpec
See theJavaSpec companion class
object JavaSpec

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JavaSpec.type

Members list

Type members

Classlikes

sealed abstract class Distribution(val rendering: String) extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Adopt
object Corretto
class GraalVM
object Liberica
object OpenJ9
object Temurin
object Zulu
Show all
object Distribution

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def corretto(version: String): JavaSpec
def graalvm(graal: Graalvm, version: String): JavaSpec
def temurin(version: String): JavaSpec
def zulu(version: String): JavaSpec

Deprecated methods

def graalvm(graal: String, version: String): JavaSpec

Attributes

Deprecated
[Since version 0.17.0] Use graalvm(graal: Graalvm, version: String) instead