Uses of Record Class
net.jrodolfo.java_evolution.java25.aot_command_line.AotCommandLineErgonomicsExamples.CommandResult
Packages that use AotCommandLineErgonomicsExamples.CommandResult
Package
Description
Demonstrates Java 25 Ahead-of-Time command-line ergonomics.
-
Uses of AotCommandLineErgonomicsExamples.CommandResult in net.jrodolfo.java_evolution.java25.aot_command_line
Methods in net.jrodolfo.java_evolution.java25.aot_command_line that return AotCommandLineErgonomicsExamples.CommandResultModifier and TypeMethodDescriptionAotCommandLineErgonomicsExamples.AotWorkflowResult.cacheCreation()Returns the value of thecacheCreationrecord component.AotCommandLineErgonomicsExamples.AotWorkflowResult.cacheUsage()Returns the value of thecacheUsagerecord component.Constructors in net.jrodolfo.java_evolution.java25.aot_command_line with parameters of type AotCommandLineErgonomicsExamples.CommandResultModifierConstructorDescriptionAotWorkflowResult(Path sourceFile, Path cacheFile, long cacheSize, AotCommandLineErgonomicsExamples.CommandResult cacheCreation, AotCommandLineErgonomicsExamples.CommandResult cacheUsage) Creates an instance of aAotWorkflowResultrecord class.