appassembler
package
appassembler
Type Members
-
case class
AppConfig(output: File, autoIncludeDirs: Seq[Directory], distJvmOptions: Seq[String], programs: Seq[Program], libFilter: (File) ⇒ Boolean, additionalLibs: Seq[File]) extends Product with Serializable
-
type
Directory = File
-
type
Jar = File
-
sealed
trait
Platform extends AnyRef
-
case class
Program(name: String, mainClass: String) extends Product with Serializable
-
class
Scripts extends AnyRef
Value Members
-
-
object
Program extends Serializable
-
-
object
Unix extends Platform with Product with Serializable
-
object
Windows extends Platform with Product with Serializable
Inherited from AnyRef
Inherited from Any