Assembly

scala.build.options.PackageType$.Assembly
final case class Assembly(addPreamble: Boolean, mainClassInManifest: Option[Boolean]) extends PackageType

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def runnable: Option[Boolean]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def sourceBased: Boolean

Attributes

Inherited from:
PackageType