See: Description
| Class | Description |
|---|---|
| Jmod |
Creates a linkable .jmod file from a modular jar file, and optionally from
other resource files such as native libraries and documents.
|
| Jmod.ResolutionWarningReason |
Permissible reasons for jmod creation to emit warnings.
|
| Link |
Assembles jmod files into an executable image.
|
| Link.CompressionLevel |
Possible attribute values for compression level of a linked image:
0
none
no compression (default)
1
strings
constant string sharing
2
zip
zip compression
|
| Link.Endianness |
Possible values for linked image endianness:
little and big. |
| Link.VMType |
Possible values for JVM type in linked image:
client, server, minimal, or all. |