Package org.openqa.selenium.grid.config
Class AnnotatedConfig
java.lang.Object
org.openqa.selenium.grid.config.AnnotatedConfig
- All Implemented Interfaces:
Config
A form of
Config
that is generated by looking at fields in the constructor arg that are
annotated with ConfigValue
. The class hierarchy is walked from closest to Object to the
constructor argument's type, null values are ignored, and the order in which fields are read is
not stable (meaning duplicate config values may give different values each time).
The main use of this class is to allow an object configured using (for example) jcommander to be used directly within the app, without requiring intermediate support classes to transform flags to config values.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedConfig
(Object obj) AnnotatedConfig
(Object obj, Set<String> cliArgs, boolean includeCliArgs) -
Method Summary
-
Constructor Details
-
AnnotatedConfig
-
AnnotatedConfig
-
-
Method Details
-
getAll
-
getSectionNames
- Specified by:
getSectionNames
in interfaceConfig
-
getOptions
- Specified by:
getOptions
in interfaceConfig
-