InputScriptValidator

declslides.application.InputScriptValidator

Validates that an input path is usable as a DeclSlides script.

Validation is kept separate from script execution so that the rules stay explicit and easy to evolve.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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

Validates the input script path.

Validates the input script path.

Attributes