final class Assembly extends Parameters with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Assembly
- Parameters
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Assembly()
- new Assembly(files: Seq[File], mainClass: Option[String], attributes: Seq[(Name, String)], rules: Seq[MergeRule], preambleOpt: Option[Preamble], extraZipEntries: Seq[(ZipEntry, Array[Byte])])
- new Assembly(files: Seq[File], mainClass: Option[String], attributes: Seq[(Name, String)], rules: Seq[MergeRule], preambleOpt: Option[Preamble], extraZipEntries: Seq[(ZipEntry, Array[Byte])], baseManifest: Option[Array[Byte]])
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
- val attributes: Seq[(Name, String)]
- val baseManifest: Option[Array[Byte]]
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Assembly → Equals
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- Assembly → Equals → AnyRef → Any
- val extraZipEntries: Seq[(ZipEntry, Array[Byte])]
- val files: Seq[File]
- def finalAttributes: Seq[(Name, String)]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- Assembly → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNative: Boolean
- Definition Classes
- Parameters
- val mainClass: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val preambleOpt: Option[Preamble]
-
def
productArity: Int
- Definition Classes
- Assembly → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Assembly → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Assembly → Product
- val rules: Seq[MergeRule]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Assembly → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withAttributes(attributes: Seq[(Name, String)]): Assembly
- def withBaseManifest(baseManifest: Option[Array[Byte]]): Assembly
- def withExtraZipEntries(extraZipEntries: Seq[(ZipEntry, Array[Byte])]): Assembly
- def withFiles(files: Seq[File]): Assembly
- def withMainClass(mainClass: Option[String]): Assembly
- def withMainClass(mainClass: String): Assembly
- def withPreamble(preamble: Preamble): Assembly
- def withPreambleOpt(preambleOpt: Option[Preamble]): Assembly
- def withRules(rules: Seq[MergeRule]): Assembly