Interface InstallJavaRuntimeOptions
🏷️ Properties
apiHost optional
apiHost: string | string[]The alternative download host for the file
Defined in: packages/installer/java-runtime.ts:259
checkpointHandler optional
checkpointHandler: CheckpointHandlerThe checkpoint handler to save & restore the download progress Inherited from: DownloadBaseOptions.checkpointHandler
Defined in: packages/file-transfer/download.ts:52
checksumValidatorResolver optional
checksumValidatorResolver: (checksum: ChecksumValidatorOptions) => ValidatorDefined in: packages/installer/java-runtime.ts:275
destination
destination: stringThe destination of this installation
Defined in: packages/installer/java-runtime.ts:263
dispatcher optional
dispatcher: DispatcherThe undici dispatcher Inherited from: DownloadBaseOptions.dispatcher
Defined in: packages/file-transfer/download.ts:48
headers optional
headers: Record<string, any>The header of the request Inherited from: DownloadBaseOptions.headers
Defined in: packages/file-transfer/download.ts:40
lzma optional
lzma: boolean | (compressedFilePath: string, targetPath: string) => Promise<void>Download lzma compressed version instead of raw version.
- If
true, it will just download lzma file version, you need to decompress by youself! - If
Function, it will use that function to decompress the file!
Defined in: packages/installer/java-runtime.ts:273
manifest
manifest: JavaRuntimeManifestThe actual manfiest to install.
Defined in: packages/installer/java-runtime.ts:267
rangePolicy optional
rangePolicy: RangePolicyThe range policy to compute the ranges to download Inherited from: DownloadBaseOptions.rangePolicy
Defined in: packages/file-transfer/download.ts:44
skipHead optional
skipHead: booleanInherited from: DownloadBaseOptions.skipHead
Defined in: packages/file-transfer/download.ts:54
skipPrevalidate optional
skipPrevalidate: booleanInherited from: DownloadBaseOptions.skipPrevalidate
Defined in: packages/file-transfer/download.ts:58
skipRevalidate optional
skipRevalidate: booleanInherited from: DownloadBaseOptions.skipRevalidate
Defined in: packages/file-transfer/download.ts:56
throwErrorImmediately optional
throwErrorImmediately: booleanInherited from: ParallelTaskOptions.throwErrorImmediately
Defined in: packages/installer/utils.ts:97