Class AxeRunContext


  • public class AxeRunContext
    extends Object
    contains context for the Accessibility run scan.
    • Constructor Detail

      • AxeRunContext

        public AxeRunContext()
    • 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
      • setExclude

        public void setExclude​(List<String> newExclude)
        sets the exclude list.
        Parameters:
        newExclude - a new list of strings to be set