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 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.