Package org.htmlunit.css
Class BrowserConfiguration.FFNotIterable
- java.lang.Object
-
- org.htmlunit.css.BrowserConfiguration
-
- org.htmlunit.css.BrowserConfiguration.FFNotIterable
-
- Enclosing class:
- BrowserConfiguration
private static class BrowserConfiguration.FFNotIterable extends BrowserConfiguration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.htmlunit.css.BrowserConfiguration
BrowserConfiguration.ChromeAndEdgeNotIterable
-
-
Constructor Summary
Constructors Constructor Description FFNotIterable(java.lang.String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isIteratable()
boolean
matches(BrowserVersion browserVersion)
-
Methods inherited from class org.htmlunit.css.BrowserConfiguration
chrome, chromeAndEdge, chromeAndEdgeAndFirefox, chromeAndEdgeAuto, chromeAndEdgeEmpty, chromeAndEdgeNone, chromeAndEdgeNormal, chromeAndEdgeNotIterable, edge, ff, ffEsr, ffLatest, ffNone, ffNormal, ffNotIterable, getDefaultValue, getMatchingConfiguration
-
-
-
-
Method Detail
-
matches
public boolean matches(BrowserVersion browserVersion)
- Specified by:
matches
in classBrowserConfiguration
-
isIteratable
public boolean isIteratable()
- Overrides:
isIteratable
in classBrowserConfiguration
-
-