object
Package extends AnyRef
Type Members
-
final
class
Configuration extends AnyRef
-
final
case class
JarManifest(m: Manifest) extends PackageOption with Product with Serializable
-
final
case class
MainClass(mainClassName: String) extends PackageOption with Product with Serializable
-
final
case class
ManifestAttributes(attributes: (Name, String)*) extends PackageOption with Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
ManifestAttributes(attributes: (String, String)*): ManifestAttributes
-
def
addImplManifestAttributes(name: String, version: String, homepage: Option[URL], org: String, orgName: String): PackageOption
-
def
addSpecManifestAttributes(name: String, version: String, orgName: String): PackageOption
-
def
apply(conf: Configuration, cacheFile: File, log: Logger): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
makeJar(sources: Seq[(File, String)], jar: File, manifest: Manifest, log: Logger): Unit
-
implicit
def
manifestEquiv: Equiv[Manifest]
-
implicit
def
manifestFormat: Format[Manifest]
-
def
mergeAttributes(a1: Attributes, a2: Attributes): Map[AnyRef, AnyRef]
-
def
mergeManifests(manifest: Manifest, mergeManifest: Manifest): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
setVersion(main: Attributes): Unit
-
def
sourcesDebugString(sources: Seq[(File, String)]): String
-
implicit
def
stringMapEquiv: Equiv[Map[File, String]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any