Class: Y2Packager::LicensesFetchers::Tarball

Inherits:
Archive
  • Object
show all
Defined in:
library/packages/src/lib/y2packager/licenses_fetchers/tarball.rb

Overview

This class is responsible for obtaining the license and license content of a given product from a tar archive (.tar.gz)

Constant Summary

Constants inherited from Archive

Archive::FALLBACK_LICENSE_FILE, Archive::NO_ACCEPTANCE_FILE

Constants inherited from Base

Base::DEFAULT_LANG

Instance Attribute Summary

Attributes inherited from Base

#product_name

Method Summary

Methods inherited from Archive

#confirmation_required?, finalize, #locales

Methods inherited from Base

#confirmation_required?, #content, #found?, #initialize, #locales

Constructor Details

This class inherits a constructor from Y2Packager::LicensesFetchers::Base