Class NodeServer
- java.lang.Object
-
- org.openqa.selenium.grid.node.httpd.NodeServer
-
- All Implemented Interfaces:
CliCommand
@AutoService(CliCommand.class) public class NodeServer 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 NodeServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CliCommand.Executableconfigure(java.lang.String... args)java.lang.StringgetDescription()java.lang.StringgetName()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceCliCommand
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceCliCommand
-
configure
public CliCommand.Executable configure(java.lang.String... args)
- Specified by:
configurein interfaceCliCommand
-
-