| Class |
Description |
|
AotCacheExtension
|
What an application says about the cache the JDK writes for it. |
|
ExtractApplicationTask
|
Unpacks an executable jar into the form an AOT cache is read against. |
|
GenerateNativeMetadataTask
|
Records the application's own classes so they survive into a native image. |
|
NativeMetadataExtension
|
What traceNativeMetadata asks the application for. |
|
RunPort
|
The port a run is going to be reached on, checked before the run is started. |
|
StartupLog
|
What a starting application prints, read as it is written. |
|
TraceNativeMetadataTask
|
Runs the application under GraalVM's tracing agent and writes down the reflection it did. |
|
TrainAotCacheTask
|
Runs the application once so the JDK can write down what starting it needs. |