MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / getAll

Method getAll

java/src/org/openqa/selenium/grid/config/Config.java:36–36  ·  view source on GitHub ↗
(String section, String option)

Source from the content-addressed store, hash-verified

34 Set<String> getOptions(String section);
35
36 Optional<List<String>> getAll(String section, String option);
37
38 default Optional<@Nullable String> get(String section, String option) {
39 return getAll(section, option).map(items -> items.isEmpty() ? null : items.get(0));

Callers 15

exampleMethod · 0.65
getAllMethod · 0.65
getAllMethod · 0.65
getAllMethod · 0.65
isEnabledMethod · 0.65
createMethod · 0.65
isEnabledMethod · 0.65

Implementers 8

ConcatenatingConfigjava/src/org/openqa/selenium/grid/conf
MapConfigjava/src/org/openqa/selenium/grid/conf
MemoizedConfigjava/src/org/openqa/selenium/grid/conf
JsonConfigjava/src/org/openqa/selenium/grid/conf
TomlConfigjava/src/org/openqa/selenium/grid/conf
AnnotatedConfigjava/src/org/openqa/selenium/grid/conf
EnvConfigjava/src/org/openqa/selenium/grid/conf
CompoundConfigjava/src/org/openqa/selenium/grid/conf

Calls

no outgoing calls