Uses of Class
com.deque.html.axecore.axeargs.AxeRuleOptions
-
Packages that use AxeRuleOptions Package Description com.deque.html.axecore.axeargs -
-
Uses of AxeRuleOptions in com.deque.html.axecore.axeargs
Methods in com.deque.html.axecore.axeargs that return types with arguments of type AxeRuleOptions Modifier and Type Method Description Map<String,AxeRuleOptions>AxeRules. getRules()gets the rules.Map<String,AxeRuleOptions>AxeRunOptions. getRules()gets the rules.Method parameters in com.deque.html.axecore.axeargs with type arguments of type AxeRuleOptions Modifier and Type Method Description voidAxeRules. setRules(Map<String,AxeRuleOptions> value)sets the rules.voidAxeRunOptions. setRules(Map<String,AxeRuleOptions> newRules)sets the rules.
-