package packager
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
NativePackagerKeys extends AnyRef
General purpose keys for the native packager
Value Members
- object Compat
- object Hashing
-
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 := "" -
object
MappingsHelper extends Mapper
A set of helper methods to simplify the writing of mappings
-
object
SettingsHelper
TODO write tests for the SettingsHelper TODO document methods properly TODO document the sbt internal stuff that is used
- object Stager
-
object
chmod
Setting the file permissions
-
object
permissions
Converts a octal unix permission representation into a java
PosiFilePermissionscompatible string.