Class: Releasy::Packagers::TarPackager Abstract

Inherits:
Packager
  • Object
show all
Defined in:
lib/releasy/packagers/tar_packager.rb

Overview

This class is abstract.

An packager that tars and then compresses the folder.

Direct Known Subclasses

TarBzip2, TarGzip

Constant Summary

Constants inherited from Packager

Packager::MD5_READ_SIZE

Constants included from Mixins::Log

Mixins::Log::DEFAULT_LOG_LEVEL, Mixins::Log::LOG_LEVELS

Instance Attribute Summary

Attributes inherited from Packager

#extension, #project

Method Summary

Methods inherited from Packager

#initialize, #type

Methods included from Mixins::Log

log_level, log_level=

Constructor Details

This class inherits a constructor from Releasy::Packagers::Packager