presets property

Map<String, Configuration> presets
final

Configuration presets.

These are configurations that can be explicitly selected by the user via the command line. Preset configuration takes precedence over the base configuration.

This is guaranteed not to have any keys that match chosenPresets; those are resolved when the configuration is constructed.

Implementation

final Map<String, Configuration> presets;