com.typesafe.sbt.packager
package com.typesafe.sbt.packager
Members list
Packages
package com.typesafe.sbt.packager.debian
package com.typesafe.sbt.packager.docker
package com.typesafe.sbt.packager.linux
package com.typesafe.sbt.packager.rpm
==validation==
==validation==
This package contains stanard validators that can be used by format and archetype plugins.
Attributes
Type members
Classlikes
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 := ""
Attributes
- Supertypes
-
trait ValidationKeystrait BatStartScriptKeystrait BashStartScriptKeystrait SystemloaderKeystrait JavaServerAppKeystrait JavaAppKeystrait RpmKeystrait DebianKeystrait DockerKeystrait WindowsKeystrait LinuxKeystrait UniversalKeystrait NativePackagerKeysclass Objecttrait Matchableclass AnyShow all
- Self type
-
Keys.type
object MappingsHelper extends Mapper
A set of helper methods to simplify the writing of mappings
A set of helper methods to simplify the writing of mappings
Attributes
- Supertypes
-
class Mapperclass Objecttrait Matchableclass Any
- Self type
-
MappingsHelper.type
trait NativePackagerKeys
General purpose keys for the native packager
General purpose keys for the native packager
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Keysobject autoImport
object PluginCompat
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PluginCompat.type
object SettingsHelper
- TODO write tests for the SettingsHelper
- TODO document methods properly
- TODO document the sbt internal stuff that is used
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SettingsHelper.type
object chmod
Setting the file permissions
Setting the file permissions
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
chmod.type
object permissions
Converts a octal unix permission representation into a java PosiFilePermissions
compatible string.
Converts a octal unix permission representation into a java PosiFilePermissions
compatible string.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
permissions.type
object sourceDateEpoch
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
sourceDateEpoch.type
In this article