Class InfoCommand
java.lang.Object
org.openqa.selenium.grid.commands.InfoCommand
- All Implemented Interfaces:
CliCommand
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openqa.selenium.cli.CliCommand
CliCommand.Executable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfigure
(PrintStream out, PrintStream err, String... args) Allows a command to indicate that certain aspects are configurable.Allows the set of objects used for finding command-line flags to be augmented with default implementations.getName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openqa.selenium.cli.CliCommand
isShown
-
Constructor Details
-
InfoCommand
public InfoCommand()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceCliCommand
-
getDescription
- Specified by:
getDescription
in interfaceCliCommand
-
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.- Specified by:
getConfigurableRoles
in interfaceCliCommand
-
getFlagObjects
Description copied from interface:CliCommand
Allows the set of objects used for finding command-line flags to be augmented with default implementations.- Specified by:
getFlagObjects
in interfaceCliCommand
-
configure
- Specified by:
configure
in interfaceCliCommand
-