appassembler

package appassembler

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. appassembler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class AppConfig(output: File, autoIncludeDirs: Seq[Directory], distJvmOptions: Seq[String], programs: Seq[Program], libFilter: (File) ⇒ Boolean, additionalLibs: Seq[File]) extends Product with Serializable

  2. type Directory = File

  3. type Jar = File

  4. sealed trait Platform extends AnyRef

  5. case class Program(name: String, mainClass: String) extends Product with Serializable

  6. class Scripts extends AnyRef

Value Members

  1. object DistBuilder

  2. object Program extends Serializable

  3. object SbtAppAssemblerPlugin extends Plugin

  4. object Unix extends Platform with Product with Serializable

  5. object Windows extends Platform with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped