Packages

t

com.typesafe.sbt.packager.linux

LinuxMappingDSL

trait LinuxMappingDSL extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LinuxMappingDSL
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def configWithNoReplace(mappings: Seq[LinuxPackageMapping]): Seq[LinuxPackageMapping]

    This method sets the config attribute of all files that are marked as configuration files to "noreplace".

    This method sets the config attribute of all files that are marked as configuration files to "noreplace". This is relevant for RPM packages as it controls the behaviour of RPM updates.

    See: http://www-uxsup.csx.cam.ac.uk/~jw35/docs/rpm_config.html

    mappings

    list of mappings to update

    returns

    updated list of mappings

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def mapDirectoryAndContents(dirs: (sbt.File, String)*): Seq[(sbt.File, String)]

    This method includes files and directories.

    This method includes files and directories.

    dirs

    - directories to map

  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def packageDirectoryAndContentsMapping(dirs: (sbt.File, String)*): LinuxPackageMapping

    dirs

    - directories to map

    See also

    #mapDirectoryAndContents

  18. def packageMapping(files: (sbt.File, String)*): LinuxPackageMapping

    DSL for packaging files into .deb

  19. def packageTemplateMapping(files: String*)(dir: sbt.File = ...): LinuxPackageMapping

    dir

    - use some directory, e.g. target.value

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped