Package io.quarkus.maven
Class ExtensionDevModeMavenConfig
java.lang.Object
io.quarkus.maven.ExtensionDevModeMavenConfig
Extension Dev mode configuration options
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThisMapimplementation overrides theMap.put(Object, Object)method to allow the users configuring a parameter with the same name more than once, merging all the configured values.static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.bootstrap.model.JvmOptionsStandard JVM options that should be added to the command line launching an application in Dev mode.JVM options whose default values should not be overridden by non-default values that would be set by default by Quarkus Maven and Gradle plugins for dev mode.XX JVM options whose default values should not be overridden by non-default values that would be set by default by Quarkus Maven and Gradle plugins for dev mode.io.quarkus.bootstrap.model.JvmOptionsNon-standard JVM options that should be added to the command line launching an application in Dev mode.booleanbooleanvoidvoidsetLockJvmOptions(List<String> lockJvmOptions) voidsetLockXxJvmOptions(List<String> lockXxJvmOptions) voidsetXxJvmOptions(ExtensionDevModeMavenConfig.XxJvmOptionsMap xxJvmOptions)
-
Constructor Details
-
ExtensionDevModeMavenConfig
public ExtensionDevModeMavenConfig()
-
-
Method Details
-
getJvmOptions
public io.quarkus.bootstrap.model.JvmOptions getJvmOptions()Standard JVM options that should be added to the command line launching an application in Dev mode.- Returns:
- standard JVM options that should be added to the command line launching an application in Dev mode
-
setJvmOptions
-
getXxJvmOptions
public io.quarkus.bootstrap.model.JvmOptions getXxJvmOptions()Non-standard JVM options that should be added to the command line launching an application in Dev mode.- Returns:
- non-standard JVM options that should be added to the command line launching an application in Dev mode
-
setXxJvmOptions
-
getLockJvmOptions
JVM options whose default values should not be overridden by non-default values that would be set by default by Quarkus Maven and Gradle plugins for dev mode.- Returns:
- JVM option names
-
setLockJvmOptions
-
hasLockedJvmOptions
public boolean hasLockedJvmOptions() -
getLockXxJvmOptions
XX JVM options whose default values should not be overridden by non-default values that would be set by default by Quarkus Maven and Gradle plugins for dev mode.- Returns:
- XX JVM option names
-
setLockXxJvmOptions
-
hasLockedXxJvmOptions
public boolean hasLockedXxJvmOptions()
-