Package org.openqa.selenium.grid.config
-
Interface Summary Interface Description Config -
Class Summary Class Description AnnotatedConfig A form ofConfigthat 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 anAnnotatedConfigto automatically allow aConfigto be created.