Uses of Interface
org.openqa.selenium.grid.config.Config
-
Packages that use Config Package Description org.openqa.selenium.grid.config -
-
Uses of Config in org.openqa.selenium.grid.config
Classes in org.openqa.selenium.grid.config that implement Config Modifier and Type Class Description classAnnotatedConfigA form ofConfigthat is generated by looking at fields in the constructor arg that are annotated withConfigValue.classCompoundConfigclassConcatenatingConfigclassEnvConfigExposes environment variables as config settings by mapping "section.option" to "SECTION_OPTION".classJsonConfigclassMapConfigclassMemoizedConfigclassTomlConfigMethods in org.openqa.selenium.grid.config that return Config Modifier and Type Method Description static ConfigConfigs. from(java.nio.file.Path path)static ConfigJsonConfig. from(java.nio.file.Path path)static ConfigTomlConfig. from(java.nio.file.Path path)ConfigConfigFlags. readConfigFiles()Methods in org.openqa.selenium.grid.config with parameters of type Config Modifier and Type Method Description booleanConfigFlags. dumpConfig(Config config, java.io.PrintStream dumpTo)booleanConfigFlags. dumpConfigHelp(Config config, java.util.Set<Role> currentRoles, java.io.PrintStream dumpTo)java.lang.StringDescribedOption. example(Config config, java.lang.String example)Constructors in org.openqa.selenium.grid.config with parameters of type Config Constructor Description CompoundConfig(Config... allConfigsInDescendingOrderOfImportance)MemoizedConfig(Config delegate)
-