Class EventBusCommand
java.lang.Object
org.openqa.selenium.grid.TemplateGridCommand
org.openqa.selenium.grid.commands.EventBusCommand
- All Implemented Interfaces:
CliCommand
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openqa.selenium.cli.CliCommand
CliCommand.Executable
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openqa.selenium.grid.TemplateGridCommand
configure
-
Constructor Details
-
EventBusCommand
public EventBusCommand()
-
-
Method Details
-
getName
-
getDescription
-
getConfigurableRoles
Description copied from interface:CliCommand
Allows a command to indicate that certain aspects are configurable. Any roles that are exposed here will be matched against flag objects which implementHasRoles
to allow configuration via command line flags. -
isShown
public boolean isShown() -
getFlagObjects
Description copied from interface:CliCommand
Allows the set of objects used for finding command-line flags to be augmented with default implementations. -
getSystemPropertiesConfigPrefix
- Specified by:
getSystemPropertiesConfigPrefix
in classTemplateGridCommand
-
getDefaultConfig
- Specified by:
getDefaultConfig
in classTemplateGridCommand
-
asServer
-
execute
- Specified by:
execute
in classTemplateGridCommand
-