Class Hub
- java.lang.Object
-
- org.openqa.selenium.grid.commands.Hub
-
- All Implemented Interfaces:
CliCommand
@AutoService(CliCommand.class) public class Hub extends java.lang.Object implements CliCommand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openqa.selenium.cli.CliCommand
CliCommand.Executable
-
-
Constructor Summary
Constructors Constructor Description Hub()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CliCommand.Executable
configure(java.lang.String... args)
java.lang.String
getDescription()
java.lang.String
getName()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceCliCommand
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceCliCommand
-
configure
public CliCommand.Executable configure(java.lang.String... args)
- Specified by:
configure
in interfaceCliCommand
-
-