Class: MetaBuild::Extractor::EarExtractor

Inherits:
BaseExtractor show all
Defined in:
lib/meta_build/extractor/ear_extractor.rb

Instance Attribute Summary

Attributes inherited from BaseExtractor

#artifact, #file, #parent

Instance Method Summary collapse

Methods inherited from BaseExtractor

#create_tmp_dir, #initialize, #tmp_dir

Constructor Details

This class inherits a constructor from MetaBuild::Extractor::BaseExtractor

Instance Method Details

#extractObject



6
7
8
9
# File 'lib/meta_build/extractor/ear_extractor.rb', line 6

def extract
  self.create_tmp_dir
  MetaBuild::Helper::ZipHelper.extract @file, '', self.tmp_dir
end