Methods
archive(archive) → {Extractor}
Sets the archive
Parameters:
Name | Type | Description |
---|---|---|
archive |
string | The archive which shall be extracted |
Returns:
The Extractor object
- Type
- Extractor
extract() → {void}
Extracts the archive to the previously set destination
Returns:
- Type
- void
message(progressMessage) → {Extractor}
Sets the progress message text
Parameters:
Name | Type | Description |
---|---|---|
progressMessage |
string | The progress message |
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 |
Returns:
The Extractor object
- Type
- Extractor
wizard(wizard) → {Extractor}
Sets the setup wizard
Parameters:
Name | Type | Description |
---|---|---|
wizard |
SetupWizard | The setup wizard |
Returns:
The Extractor object
- Type
- Extractor