Package com.deque.html.axecore.providers
Interface IAxeScriptProvider
-
- All Known Implementing Classes:
EmbeddedResourceAxeProvider,FileAxeScriptProvider,StringAxeScriptProvider
public interface IAxeScriptProviderInterface that gets the script for an Accessibility provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetScript()gets the script.
-
-
-
Method Detail
-
getScript
String getScript() throws OperationNotSupportedException, IOException
gets the script.- Returns:
- returns the value of the script
- Throws:
OperationNotSupportedException- thrown if error is encounteredIOException- thrown if error is encountered
-
-