InputSourceReader

declslides.application.InputSourceReader

Reads the source code of an input presentation script.

Keeping file reading behind an abstraction makes the runner easier to test and keeps I/O details out of the orchestration flow.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def read(input: Path): Either[ApplicationError, String]

Reads the script source for the given input path.

Reads the script source for the given input path.

Attributes