Package io.quarkus.bootstrap.model
Class MutableXxJvmOption
java.lang.Object
io.quarkus.bootstrap.model.MutableBaseJvmOption<MutableXxJvmOption>
io.quarkus.bootstrap.model.MutableXxJvmOption
- All Implemented Interfaces:
JvmOption
,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MutableXxJvmOption
fromQuarkusExtensionProperty
(String propertyName, String value) protected String
static MutableXxJvmOption
newInstance
(String name) static MutableXxJvmOption
newInstance
(String name, String value) Returns command line representation of this option.Methods inherited from class io.quarkus.bootstrap.model.MutableBaseJvmOption
addToQuarkusExtensionProperties, addValue, getName, getValues, setName, toPropertyValue, toString
-
Field Details
-
PROPERTY_GROUP_PREFIX
- See Also:
-
-
Constructor Details
-
MutableXxJvmOption
public MutableXxJvmOption()
-
-
Method Details
-
fromQuarkusExtensionProperty
-
newInstance
-
newInstance
-
getQuarkusExtensionPropertyPrefix
- Specified by:
getQuarkusExtensionPropertyPrefix
in classMutableBaseJvmOption<MutableXxJvmOption>
-
toCliOptions
Description copied from interface:JvmOption
Returns command line representation of this option.- Returns:
- Java command line representation of this option
-