com.typesafe.sbt.packager

Members list

Packages

==validation==

==validation==

This package contains stanard validators that can be used by format and archetype plugins.

Attributes

Type members

Classlikes

object Compat

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Compat.type
object Hashing

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Hashing.type

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 JavaAppKeys
trait RpmKeys
trait DebianKeys
trait DockerKeys
trait WindowsKeys
trait LinuxKeys
class Object
trait Matchable
class Any
Show 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 Mapper
class Object
trait Matchable
class Any
Self type

General purpose keys for the native packager

General purpose keys for the native packager

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Keys
object autoImport
object PluginCompat

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
  • TODO write tests for the SettingsHelper
  • TODO document methods properly
  • TODO document the sbt internal stuff that is used

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Stager

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Stager.type
object chmod

Setting the file permissions

Setting the file permissions

Attributes

Supertypes
class Object
trait Matchable
class 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 Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type