Skip to content

Interface FetchJavaRuntimeManifestOptions

🏷️ Properties

apiHost optional

ts
apiHost: string | string[]

The alternative download host for the file

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

checkpointHandler optional

ts
checkpointHandler: CheckpointHandler

The checkpoint handler to save & restore the download progress Inherited from: DownloadBaseOptions.checkpointHandler

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

dispatcher optional

ts
dispatcher: Dispatcher

The dispatcher to request API

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

headers optional

ts
headers: Record<string, any>

The header of the request Inherited from: DownloadBaseOptions.headers

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

manifestIndex optional

ts
manifestIndex: JavaRuntimes

The index manifest of the java runtime. If this is not presented, it will fetch by platform and all platform url.

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

platform optional

ts
platform: Platform

The platform to install. It will be auto-resolved by default.

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

rangePolicy optional

ts
rangePolicy: RangePolicy

The range policy to compute the ranges to download Inherited from: DownloadBaseOptions.rangePolicy

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

skipHead optional

ts
skipHead: boolean

Inherited from: DownloadBaseOptions.skipHead

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

skipPrevalidate optional

ts
skipPrevalidate: boolean

Inherited from: DownloadBaseOptions.skipPrevalidate

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

skipRevalidate optional

ts
skipRevalidate: boolean

Inherited from: DownloadBaseOptions.skipRevalidate

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

target optional

ts
target: string

The install java runtime type

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

url optional

ts
url: string

The url of the all runtime json

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