com.typesafe.sbt.packager.linux
package com.typesafe.sbt.packager.linux
Members list
Type members
Classlikes
case class LinuxFileMetaData(user: String, group: String, permissions: String, config: String, docs: Boolean)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait LinuxKeys
Linux packaging generic build targets.
Linux packaging generic build targets.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object autoImportobject Keys
trait LinuxMappingDSL
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object autoImportobject Mapper
case class LinuxPackageMapping(mappings: Iterable[(File, String)], fileData: LinuxFileMetaData, zipped: Boolean)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object LinuxPlugin extends AutoPlugin
Plugin containing all the generic values used for packaging linux software.
Plugin containing all the generic values used for packaging linux software.
Attributes
- Example
-
Enable the plugin in the
build.sbt
enablePlugins(LinuxPlugin)
- Supertypes
-
class AutoPlugintrait PluginsFunctionsclass Basictrait Pluginsclass Objecttrait Matchableclass AnyShow all
- Self type
-
LinuxPlugin.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object LinuxSymlink
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LinuxSymlink.type
object Mapper extends LinuxMappingDSL
Attributes
- Supertypes
- Self type
-
Mapper.type
In this article