Reader

trait Reader

Interface that defines the configuration file reader. All the readers need to extend this trait in order to be compatible. Every module (jvm, js) has to implement its own configuration reader.

class Object
trait Matchable
class Any

Value members

Abstract methods

def read(filePath: FilePath): Task[String]
Value parameters:
filePath

The path of the file.

Returns:

The content of the file as a String.