Package com.deque.html.axecore.axeargs
Class AxeRunContext
- java.lang.Object
-
- com.deque.html.axecore.axeargs.AxeRunContext
-
public class AxeRunContext extends Object
contains context for the Accessibility run scan.
-
-
Constructor Summary
Constructors Constructor Description AxeRunContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<String>>getExclude()gets the exclude list.List<List<String>>getInclude()gets a list of included values.voidsetExclude(List<String> newExclude)sets the exclude list.voidsetInclude(List<String> newInclude)sets the included values.
-
-
-
Method Detail
-
getInclude
public List<List<String>> getInclude()
gets a list of included values.- Returns:
- the included values
-
setInclude
public void setInclude(List<String> newInclude)
sets the included values.- Parameters:
newInclude- new values to be included
-
getExclude
public List<List<String>> getExclude()
gets the exclude list.- Returns:
- a list of excluded elements
-
-