object Assembly extends Serializable

Source
Assembly.scala
Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Assembly
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ResourceCloser = () => Unit
  2. sealed trait Rule extends Product with Serializable
  3. type UnopenedInputStream = () => InputStream

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val assemblyJsonRW: upickle.default.ReadWriter[Assembly]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. 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
  8. 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
  9. val defaultRules: Seq[Rule]
  10. val defaultSeparator: String
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def groupAssemblyEntries(mappings: Generator[(String, UnopenedInputStream)], assemblyRules: Seq[Rule]): Map[String, GroupedEntry]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def loadShadedClasspath(inputPaths: Agg[Path], assemblyRules: Seq[Rule]): (Generator[(String, UnopenedInputStream)], ResourceCloser)
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. object Rule extends Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped