DefaultInputScriptValidator

declslides.application.DefaultInputScriptValidator

Default validator for DeclSlides input scripts.

The default policy is intentionally simple: the file must exist and must use the .sc extension.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def validate(input: Path): Either[ApplicationError, Unit]

Validates the input script path.

Validates the input script path.

Attributes

Definition Classes