Package org.openqa.selenium.grid
Class TemplateGridCommand
- java.lang.Object
-
- org.openqa.selenium.grid.TemplateGridCommand
-
- All Implemented Interfaces:
CliCommand
- Direct Known Subclasses:
EventBusCommand,TemplateGridServerCommand
public abstract class TemplateGridCommand 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 TemplateGridCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CliCommand.Executableconfigure(java.io.PrintStream out, java.io.PrintStream err, java.lang.String... args)protected abstract voidexecute(Config config)protected abstract ConfiggetDefaultConfig()protected abstract java.lang.StringgetSystemPropertiesConfigPrefix()-
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
getConfigurableRoles, getDescription, getFlagObjects, getName, isShown
-
-
-
-
Method Detail
-
configure
public final CliCommand.Executable configure(java.io.PrintStream out, java.io.PrintStream err, java.lang.String... args)
- Specified by:
configurein interfaceCliCommand
-
getSystemPropertiesConfigPrefix
protected abstract java.lang.String getSystemPropertiesConfigPrefix()
-
getDefaultConfig
protected abstract Config getDefaultConfig()
-
execute
protected abstract void execute(Config config)
-
-