Package org.openqa.selenium.grid.config
-
Interface Summary Interface Description Config -
Class Summary Class Description AnnotatedConfig A form ofConfig
that is generated by looking at fields in the constructor arg that are annotated withConfigValue
.CompoundConfig ConcatenatingConfig EnvConfig Exposes environment variables as config settings by mapping "section.option" to "SECTION_OPTION".MapConfig -
Exception Summary Exception Description ConfigException -
Annotation Types Summary Annotation Type Description ConfigValue A config value is read by anAnnotatedConfig
to automatically allow aConfig
to be created.