Package io.quarkus.maven
Class ExtensionDevModeMavenConfig.JvmOptionsMap
- Direct Known Subclasses:
ExtensionDevModeMavenConfig.XxJvmOptionsMap
- Enclosing class:
ExtensionDevModeMavenConfig
This
Map implementation overrides the Map.put(Object, Object) method
to allow the users configuring a parameter with the same name more than once, merging all the configured values.-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final io.quarkus.bootstrap.model.JvmOptionsBuilder -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
builder
protected final io.quarkus.bootstrap.model.JvmOptionsBuilder builder
-
-
Constructor Details
-
JvmOptionsMap
public JvmOptionsMap()
-
-
Method Details