Interface JavaRuntimeTarget
Represent a java runtime
🏷️ Properties
availability
ts
availability: { group: number; progress: number }
Guessing this is the flight of this java runtime
Defined in: packages/installer/java-runtime.ts:52
manifest
ts
manifest: DownloadInfo
The manifest detail of the resource
Defined in: packages/installer/java-runtime.ts:59
version
ts
version: { name: string; released: string }
The basic version info of the manifest
Defined in: packages/installer/java-runtime.ts:63