Package org.openqa.selenium.grid.config
Class ConfigFlags
java.lang.Object
org.openqa.selenium.grid.config.ConfigFlags
- All Implemented Interfaces:
HasRoles
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
dumpConfig
(Config config, PrintStream dumpTo) boolean
dumpConfigHelp
(Config config, Set<Role> currentRoles, PrintStream dumpTo) getRoles()
Obtains the set of commands that this set of flags applies to.
-
Constructor Details
-
ConfigFlags
public ConfigFlags()
-
-
Method Details
-
getRoles
Description copied from interface:HasRoles
Obtains the set of commands that this set of flags applies to. Examples include things like "distributor", "session-map". Maps toCliCommand.getName()
-
readConfigFiles
-
dumpConfig
-
dumpConfigHelp
-