PackageType

sealed abstract class PackageType extends Product with Serializable
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class Assembly
object Bootstrap.type
object DocJar.type
object Docker.type
object GraalVMNativeImage.type
object Js.type
object LibraryJar.type
object Native.type
object Debian.type
object Dmg.type
object Msi.type
object Pkg.type
object Rpm.type
object SourceJar.type
object Spark.type

Value members

Concrete methods

def runnable: Option[Boolean]
def sourceBased: Boolean

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product