Class RouterFlags
- java.lang.Object
-
- org.openqa.selenium.grid.router.httpd.RouterFlags
-
- All Implemented Interfaces:
HasRoles
@AutoService(HasRoles.class) public class RouterFlags extends java.lang.Object implements HasRoles
-
-
Constructor Summary
Constructors Constructor Description RouterFlags()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<Role>
getRoles()
Obtains the set of commands that this set of flags applies to.
-
-
-
Method Detail
-
getRoles
public java.util.Set<Role> 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()
-
-