public class FileAxeScriptProvider extends Object implements IAxeScriptProvider
| Constructor and Description |
|---|
FileAxeScriptProvider(String newFilePath)
Sets the new file path for the file script provider.
|
public FileAxeScriptProvider(String newFilePath) throws FileNotFoundException
newFilePath - the file path to be setFileNotFoundException - if the file is not foundpublic String getScript() throws OperationNotSupportedException, IOException
getScript in interface IAxeScriptProviderOperationNotSupportedException - if the file doesn't exist yetIOException - thrown if error is encounteredCopyright © 2023. All rights reserved.