Package io.quarkus.bootstrap.model
Class ExtensionDevModeConfig
java.lang.Object
io.quarkus.bootstrap.model.ExtensionDevModeConfig
- All Implemented Interfaces:
Serializable
Extension Dev mode configuration options
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtensionDevModeConfig
(ArtifactKey extensionKey, JvmOptions jvmOptions, Set<String> lockDefaultJvmOptions) -
Method Summary
Modifier and TypeMethodDescriptionExtension keyJVM options that should be added to the command line launching an application in Dev mode.JVM options whose default values should not be overridden with values that otherwise would be recommended as defaults for Quarkus dev mode by the Quarkus Maven and Gradle plugins.
-
Constructor Details
-
ExtensionDevModeConfig
public ExtensionDevModeConfig(ArtifactKey extensionKey, JvmOptions jvmOptions, Set<String> lockDefaultJvmOptions)
-
-
Method Details
-
getExtensionKey
Extension key- Returns:
- extension key
-
getJvmOptions
JVM options that should be added to the command line launching an application in Dev mode.- Returns:
- JVM options to be added to the command line launching an application in Dev mode
-
getLockJvmOptions
JVM options whose default values should not be overridden with values that otherwise would be recommended as defaults for Quarkus dev mode by the Quarkus Maven and Gradle plugins.- Returns:
- JVM options that shouldn't be overridden
-