Skip to content

Interface InstallJavaRuntimeOptions

🏷️ Properties

agent optional

ts
agent: DownloadAgent

The download agent Inherited from: DownloadBaseOptions.agent

Defined in: packages/file-transfer/download.ts:20

apiHost optional

ts
apiHost: string | string[]

The alternative download host for the file

Defined in: packages/installer/java-runtime.ts:248

checksumValidatorResolver optional

ts
checksumValidatorResolver: Function

Defined in: packages/installer/java-runtime.ts:264

destination

ts
destination: string

The destination of this installation

Defined in: packages/installer/java-runtime.ts:252

headers optional

ts
headers: Record<string, any>

The header of the request Inherited from: DownloadBaseOptions.headers

Defined in: packages/file-transfer/download.ts:16

lzma optional

ts
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

ts
manifest: JavaRuntimeManifest

The actual manfiest to install.

Defined in: packages/installer/java-runtime.ts:256

skipPrevalidate optional

ts
skipPrevalidate: boolean

Should skip prevalidate the file Inherited from: DownloadBaseOptions.skipPrevalidate

Defined in: packages/file-transfer/download.ts:30

skipRevalidate optional

ts
skipRevalidate: boolean

Re-validate the file after download success Inherited from: DownloadBaseOptions.skipRevalidate

Defined in: packages/file-transfer/download.ts:25

throwErrorImmediately optional

ts
throwErrorImmediately: boolean

Inherited from: ParallelTaskOptions.throwErrorImmediately

Defined in: packages/installer/utils.ts:95