Packages

object Archives

Helper methods to package up files into compressed archives.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Archives
  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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def gzip(f: sbt.File): sbt.File

    GZips a file.

    GZips a file. Returns the new gzipped file. NOTE: This will 'consume' the input file.

  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def makeDmg(target: sbt.File, name: String, mappings: Seq[(sbt.File, String)], top: Option[String], options: Seq[String]): sbt.File

    Makes a dmg file in the given target directory using the given name.

    Makes a dmg file in the given target directory using the given name.

    Note: Only works on macOS

    target

    folder to build package in

    name

    of output (without extension)

    mappings

    included in the output

    top

    level directory : NOT USED

    options

    NOT USED

    returns

    dmg file

  14. def makeNativeZip(target: sbt.File, name: String, mappings: Seq[(sbt.File, String)], top: Option[String], options: Seq[String]): sbt.File

    Makes a zip file in the given target directory using the given name.

    Makes a zip file in the given target directory using the given name.

    target

    folder to build package in

    name

    of output (without extension)

    mappings

    included in the output

    top

    level directory

    options

    NOT USED

    returns

    zip file

  15. def makeTarball(compressor: (sbt.File) ⇒ sbt.File, ext: String)(target: sbt.File, name: String, mappings: Seq[(sbt.File, String)], top: Option[String]): sbt.File

    Helper method used to construct tar-related compression functions with --force-local and -pvcf option specified as default.

    Helper method used to construct tar-related compression functions with --force-local and -pvcf option specified as default.

    target

    folder to build package in

    name

    of output (without extension)

    mappings

    included in the output

    top

    level directory

    returns

    tar file

  16. def makeTarballWithOptions(compressor: (sbt.File) ⇒ sbt.File, ext: String)(target: sbt.File, name: String, mappings: Seq[(sbt.File, String)], topDirectory: Option[String], options: Seq[String]): sbt.File

    Helper method used to construct tar-related compression functions.

    Helper method used to construct tar-related compression functions.

    target

    folder to build package in

    name

    of output (without extension)

    mappings

    included in the output

    topDirectory

    level directory

    options

    for tar command

    returns

    tar file

  17. val makeTgz: (sbt.File, String, Seq[(sbt.File, String)], Option[String], Seq[String]) ⇒ sbt.File
  18. val makeTxz: (sbt.File, String, Seq[(sbt.File, String)], Option[String], Seq[String]) ⇒ sbt.File
  19. def makeZip(target: sbt.File, name: String, mappings: Seq[(sbt.File, String)], top: Option[String], options: Seq[String]): sbt.File

    Makes a zip file in the given target directory using the given name.

    Makes a zip file in the given target directory using the given name.

    target

    folder to build package in

    name

    of output (without extension)

    mappings

    included in the output

    top

    level directory

    options

    NOT USED

    returns

    zip file

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. def xz(f: sbt.File): sbt.File

    xz compresses a file.

    xz compresses a file. Returns the new xz compressed file. NOTE: This will 'consume' the input file.

Deprecated Value Members

  1. def makeDmg(target: sbt.File, name: String, mappings: Seq[(sbt.File, String)], top: Option[String]): sbt.File

    Makes a dmg file in the given target directory using the given name.

    Makes a dmg file in the given target directory using the given name.

    Note: Only works on macOS

    target

    folder to build package in

    name

    of output (without extension)

    mappings

    included in the output

    top

    level directory : NOT USED

    returns

    dmg file

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.5) Use File, name: String, mappings: Seq[(File, String)], top: Option[String], options: Seq[String]): File

  2. def makeNativeZip(target: sbt.File, name: String, mappings: Seq[(sbt.File, String)], top: Option[String]): sbt.File

    Makes a zip file in the given target directory using the given name.

    Makes a zip file in the given target directory using the given name.

    target

    folder to build package in

    name

    of output (without extension)

    mappings

    included in the output

    top

    level directory

    returns

    zip file

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.5) Use String, Seq[(File, String)], Option[String], Seq[String]): File

  3. def makeZip(target: sbt.File, name: String, mappings: Seq[(sbt.File, String)], top: Option[String]): sbt.File

    Makes a zip file in the given target directory using the given name.

    Makes a zip file in the given target directory using the given name.

    target

    folder to build package in

    name

    of output (without extension)

    mappings

    included in the output

    top

    level directory

    returns

    zip file

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.5) Use String, Seq[(File, String)], Option[String], Seq[String]): File

Inherited from AnyRef

Inherited from Any

Ungrouped