Package org.openqa.selenium.grid.config
Interface Config
- All Known Implementing Classes:
AnnotatedConfig
,CompoundConfig
,ConcatenatingConfig
,EnvConfig
,JsonConfig
,MapConfig
,MemoizedConfig
,TomlConfig
public interface Config
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault <X> X
getOptions
(String section) toEntryList
(Map<String, Object> mapItem) default String
-
Field Details
-
DELIM_KEY
- See Also:
-
DELIMITER
- See Also:
-
-
Method Details
-
getSectionNames
-
getOptions
-
getAll
-
get
-
getInt
-
getBool
-
getArray
-
getClass
-
toEntryList
-
toJson
-