Package org.openqa.selenium.cli
Interface CliCommand
- All Known Implementing Classes:
CompletionCommand
,DistributorServer
,EventBusCommand
,Hub
,InfoCommand
,NewSessionQueueServer
,NodeServer
,RouterServer
,SessionMapServer
,Standalone
,TemplateGridCommand
,TemplateGridServerCommand
public interface CliCommand
-
Nested Class 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()
default boolean
isShown()
-
Method Details
-
getName
String getName() -
getDescription
String getDescription() -
getConfigurableRoles
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. -
getFlagObjects
Allows the set of objects used for finding command-line flags to be augmented with default implementations. -
configure
-
isShown
default boolean isShown()
-