Class: Extractor

Extractor()

Extractor class

Constructor

new Extractor()

Source:

Methods

archive(archive) → {Extractor}

Sets the archive
Parameters:
Name Type Description
archive string The archive which shall be extracted
Source:
Returns:
The Extractor object
Type
Extractor

extract() → {void}

Extracts the archive to the previously set destination
Source:
Returns:
Type
void

message(progressMessage) → {Extractor}

Sets the progress message text
Parameters:
Name Type Description
progressMessage string The progress message
Source:
Returns:
The Extractor object
Type
Extractor

to(destination) → {Extractor}

Sets the destination for the extracted archive content
Parameters:
Name Type Description
destination string The place where the archive shall be extracted
Source:
Returns:
The Extractor object
Type
Extractor

wizard(wizard) → {Extractor}

Sets the setup wizard
Parameters:
Name Type Description
wizard SetupWizard The setup wizard
Source:
Returns:
The Extractor object
Type
Extractor