Assembly

mill.scalalib.Assembly
See theAssembly companion class
object Assembly

Attributes

Companion
class
Source
Assembly.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Assembly.type

Members list

Type members

Classlikes

object Rule

Attributes

Companion
trait
Source
Assembly.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Rule.type
sealed trait Rule extends Product, Serializable

Attributes

Companion
object
Source
Assembly.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Append
class Exclude
class Relocate

Types

type ResourceCloser = () => Unit

Attributes

Source
Assembly.scala
type UnopenedInputStream = () => InputStream

Attributes

Source
Assembly.scala

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def create(destJar: Path, inputPaths: Seq[Path], manifest: JarManifest, prependShellScript: Option[String], base: Option[Assembly], assemblyRules: Seq[Rule]): Assembly

Attributes

Source
Assembly.scala
def groupAssemblyEntries(mappings: Generator[(String, UnopenedInputStream)], assemblyRules: Seq[Rule]): Map[String, GroupedEntry]

Attributes

Source
Assembly.scala
def loadShadedClasspath(inputPaths: Seq[Path], assemblyRules: Seq[Rule]): (Generator[(String, UnopenedInputStream)], ResourceCloser)

Attributes

Source
Assembly.scala

Concrete fields

val defaultRules: Seq[Rule]

Attributes

Source
Assembly.scala
val defaultSeparator: String

Attributes

Source
Assembly.scala

Implicits

Implicits

implicit val assemblyJsonRW: ReadWriter[Assembly]

Attributes

Source
Assembly.scala