Package org.openqa.selenium.grid.config
Class DescribedOption
java.lang.Object
org.openqa.selenium.grid.config.DescribedOption
- All Implemented Interfaces:
Comparable<DescribedOption>
Represents a configurable attribute of the Selenium Grid.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
String[]
example()
static Set<DescribedOption>
findAllMatchingOptions
(Collection<Role> roles) flags()
int
hashCode()
boolean
repeats()
boolean
section()
-
Field Details
-
section
-
optionName
-
description
-
type
-
example
-
defaultValue
-
prefixed
public final boolean prefixed -
repeats
public final boolean repeats -
quotable
public final boolean quotable -
flags
-
-
Method Details
-
findAllMatchingOptions
-
section
-
optionName
-
description
-
repeats
public boolean repeats() -
requiresTomlQuoting
public boolean requiresTomlQuoting() -
example
-
example
-
flags
-
compareTo
- Specified by:
compareTo
in interfaceComparable<DescribedOption>
-
equals
-
hashCode
public int hashCode() -
getType
-