object Assembly extends Serializable
- Source
- Assembly.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Assembly
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ResourceCloser = () => Unit
- sealed trait Rule extends Product with Serializable
- type UnopenedInputStream = () => InputStream
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val assemblyJsonRW: upickle.default.ReadWriter[Assembly]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def create(destJar: Path, inputPaths: Agg[Path], manifest: JarManifest = mill.api.JarManifest.MillDefault, prependShellScript: Option[String] = None, base: Option[Path] = None, assemblyRules: Seq[Rule] = Assembly.defaultRules): Assembly
- def createAssembly(inputPaths: Agg[Path], manifest: JarManifest = mill.api.JarManifest.MillDefault, prependShellScript: String = "", base: Option[Path] = None, assemblyRules: Seq[Rule] = Assembly.defaultRules)(implicit ctx: Dest with Log): api.PathRef
- val defaultRules: Seq[Rule]
- val defaultSeparator: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def groupAssemblyEntries(mappings: Generator[(String, UnopenedInputStream)], assemblyRules: Seq[Rule]): Map[String, GroupedEntry]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadShadedClasspath(inputPaths: Agg[Path], assemblyRules: Seq[Rule]): (Generator[(String, UnopenedInputStream)], ResourceCloser)
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Rule extends Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)