Package io.quarkus.bootstrap.model
Class MutableBaseJvmOption<T extends MutableBaseJvmOption<T>>
java.lang.Object
io.quarkus.bootstrap.model.MutableBaseJvmOption<T>
- All Implemented Interfaces:
JvmOption,Serializable
- Direct Known Subclasses:
MutableStandardJvmOption,MutableXxJvmOption
public abstract class MutableBaseJvmOption<T extends MutableBaseJvmOption<T>>
extends Object
implements JvmOption, Serializable
- See Also:
-
Constructor Details
-
MutableBaseJvmOption
public MutableBaseJvmOption()
-
-
Method Details
-
getName
Description copied from interface:JvmOptionSimple option name without dashes -
getValues
Description copied from interface:JvmOptionAll the configured option values. -
setName
-
addValue
-
getQuarkusExtensionPropertyPrefix
-
addToQuarkusExtensionProperties
Description copied from interface:JvmOptionAdds an option with its values as a property.- Specified by:
addToQuarkusExtensionPropertiesin interfaceJvmOption- Parameters:
props- properties to add an argument to
-
toPropertyValue
-
toString
-