Package com.deque.html.axecore.providers
Class EmbeddedResourceAxeProvider
- java.lang.Object
-
- com.deque.html.axecore.providers.EmbeddedResourceAxeProvider
-
- All Implemented Interfaces:
IAxeScriptProvider
public class EmbeddedResourceAxeProvider extends Object implements IAxeScriptProvider
Class used to access embedded resources for accessibility.
-
-
Constructor Summary
Constructors Constructor Description EmbeddedResourceAxeProvider()
-
-
-
Method Detail
-
getScript
public String getScript() throws IOException
Reads the axe.min.js finder.- Specified by:
getScriptin interfaceIAxeScriptProvider- Returns:
- returns the value of the script
- Throws:
IOException- thrown if error is encountered
-
-