mill.scalalib.Assembly
See theAssembly companion class
object Assembly
Attributes
- Companion
- class
- Source
- Assembly.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Assembly.type
Members list
Type members
Classlikes
object Rule
Attributes
- Companion
- trait
- Source
- Assembly.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Rule.type
sealed trait Rule extends Product, Serializable
Attributes
- Companion
- object
- Source
- Assembly.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Inherited and Abstract types
The names of the product elements
The name of the type
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
Implicits
Implicits
Attributes
- Source
- Assembly.scala
In this article