Package org.graalvm.options
package org.graalvm.options
The GraalVM SDK options package contains reusable collection classes for options.
- Since:
- 19.0
- See Also:
-
ClassDescriptionCategorizes options according to user relevance.Represents metadata for a single option.An interface to a set of
OptionDescriptor
s.OptionKey<T>Represents the option key for an option specification.OptionMap<T>Represents a mapping betweenString
keys and values.Categorizes options according to their stability.OptionType<T>Represents a type of an option that allows to convert string values to Java values.Represents a set of option values based on anOptionDescriptor
.