Class SessionMapServer
- java.lang.Object
-
- org.openqa.selenium.grid.sessionmap.httpd.SessionMapServer
-
- All Implemented Interfaces:
CliCommand
@AutoService(CliCommand.class) public class SessionMapServer 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 SessionMapServer()
-
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
-
-