Optional
file: JSZipObjectReadonly
archiveReadonly
componentName of the component (e.g. MyClass) to which this file belongs.
Readonly
componentType of the component (e.g. ApexClass)
Private
Optional
Readonly
fileOptional
Readonly
metaIf this file has an associated metadata XML file this is path to that file. Undefined if no meta file exists that matches the source file.
Readonly
packagePackage path of the file, if a single package the package path will be the same as archivePath.
Compressed size of the file in bytes.
CRC32 checksum of the file.
Uncompressed size of the file in bytes.
Private
getExtracts the file to the target folder and optionally the meta file.
Target folder to extract the file to.
Optional
options: { Additional options.
Optional
fileIf true only the file will be extracted, otherwise the full path will be used.
Path of the file in the zip archive; when a single package is retrieved this is the same as packagePath.