Uses of Interface
io.quarkus.bootstrap.model.JvmOptions
Packages that use JvmOptions
-
Uses of JvmOptions in io.quarkus.bootstrap.model
Methods in io.quarkus.bootstrap.model that return JvmOptionsModifier and TypeMethodDescriptionJvmOptionsBuilder.build()Finalizes a collection of JVM options by creating an instance ofJvmOptions.ExtensionDevModeConfig.getJvmOptions()JVM options that should be added to the command line launching an application in Dev mode.Methods in io.quarkus.bootstrap.model with parameters of type JvmOptionsModifier and TypeMethodDescriptionJvmOptionsBuilder.addAll(JvmOptions options) Adds JVM options with their values.Constructors in io.quarkus.bootstrap.model with parameters of type JvmOptionsModifierConstructorDescriptionExtensionDevModeConfig(ArtifactKey extensionKey, JvmOptions jvmOptions, Set<String> lockDefaultJvmOptions)