Uses of Class
net.jrodolfo.java_evolution.java17.strong_encapsulation.StrongEncapsulationExamples.CommandResult
Packages that use StrongEncapsulationExamples.CommandResult
Package
Description
Executable child-JVM examples for Java 17 strong encapsulation of JDK
internals.
-
Uses of StrongEncapsulationExamples.CommandResult in net.jrodolfo.java_evolution.java17.strong_encapsulation
Methods in net.jrodolfo.java_evolution.java17.strong_encapsulation that return StrongEncapsulationExamples.CommandResultModifier and TypeMethodDescriptionStrongEncapsulationExamples.runWithAddExportsOnly(Path workspace) Runs the probe with--add-exportsonly.StrongEncapsulationExamples.runWithAddOpens(Path workspace) Runs the probe with a targeted--add-opensmigration flag.StrongEncapsulationExamples.runWithIllegalAccessPermit(Path workspace) Runs the probe with the broad--illegal-access=permitflag that is obsolete after Java 17.StrongEncapsulationExamples.runWithoutOpens(Path workspace) Runs the probe without module-opening flags.