Class Mixlib::Archive::LibArchive
In: lib/mixlib/archive/lib_archive.rb
Parent: Object

Methods

create   extract   new   resolve_type  

Attributes

archive  [R] 
mutex_chdir  [RW] 
options  [R] 

Public Class methods

Public Instance methods

Creates an archive with the given set of files

Parameters

gzip<Boolean>:should the archive be gzipped?

Extracts the archive to the given destination

Parameters

perms<Boolean>:should the extracter use permissions from the archive.
ignore[Array]:an array of matches of file paths to ignore

[Validate]