FileScriptHandle
com.tersesystems.blindsight.scripting.FileScriptHandle
class FileScriptHandle(val path: Path, verifier: String => Boolean, reporter: Throwable => Unit) extends ScriptHandle
A script handle that uses a direct path and verifies it. Errors are sent to the reporter.
Attributes
- Source:
- ScriptHandle.scala
- Graph
- Supertypes