ReaderModule

class Object
trait Matchable
class Any

Type members

Classlikes

trait FilePath
trait Interface extends Provider
trait Provider

Provider of the component

Provider of the component

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.

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.

case class StringFilePath(path: String) extends FilePath

This type of path consists in the path of the file inserted by the user.

This type of path consists in the path of the file inserted by the user.

Value parameters:
path

the path of the file.