Packages

p

com.typesafe.sbt

packager

package packager

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait NativePackagerKeys extends AnyRef

    General purpose keys for the native packager

Value Members

  1. object Compat
  2. object Hashing
  3. object Keys extends NativePackagerKeys with UniversalKeys with LinuxKeys with WindowsKeys with DockerKeys with DebianKeys with RpmKeys with JavaAppKeys with JavaAppKeys2 with JavaServerAppKeys with JlinkKeys with SystemloaderKeys with BashStartScriptKeys with BatStartScriptKeys with ValidationKeys

    This Keys object can be used for

    This Keys object can be used for

    • non autoplugin builds
    • import single keys, which are not inside the autoImport

    Non autoplugin builds

    import com.typesafe.sbt.packager.Keys._
    
    packageName := ""

    autoplugin builds

    NativePackagerKeys.packageName := ""
  4. object MappingsHelper extends Mapper

    A set of helper methods to simplify the writing of mappings

  5. object SettingsHelper

    TODO write tests for the SettingsHelper TODO document methods properly TODO document the sbt internal stuff that is used

  6. object Stager
  7. object chmod

    Setting the file permissions

  8. object permissions

    Converts a octal unix permission representation into a java PosiFilePermissions compatible string.

Ungrouped