Interface InstallJavaRuntimeOptions
🏷️ Properties
agent optional
agent: DownloadAgent
The download agent Inherited from: DownloadBaseOptions.agent
Defined in: packages/file-transfer/download.ts:20
apiHost optional
apiHost: string | string[]
The alternative download host for the file
Defined in: packages/installer/java-runtime.ts:248
checksumValidatorResolver optional
checksumValidatorResolver: Function
Defined in: packages/installer/java-runtime.ts:264
destination
destination: string
The destination of this installation
Defined in: packages/installer/java-runtime.ts:252
headers optional
headers: Record<string, any>
The header of the request Inherited from: DownloadBaseOptions.headers
Defined in: packages/file-transfer/download.ts:16
lzma optional
lzma: boolean | Function
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:262
manifest
manifest: JavaRuntimeManifest
The actual manfiest to install.
Defined in: packages/installer/java-runtime.ts:256
skipPrevalidate optional
skipPrevalidate: boolean
Should skip prevalidate the file Inherited from: DownloadBaseOptions.skipPrevalidate
Defined in: packages/file-transfer/download.ts:30
skipRevalidate optional
skipRevalidate: boolean
Re-validate the file after download success Inherited from: DownloadBaseOptions.skipRevalidate
Defined in: packages/file-transfer/download.ts:25
throwErrorImmediately optional
throwErrorImmediately: boolean
Inherited from: ParallelTaskOptions.throwErrorImmediately
Defined in: packages/installer/utils.ts:95