LoaderModule

class Object
trait Matchable
class Any

Type members

Classlikes

trait Component
trait Interface extends Provider with Component
trait Loader

The loader is the component that is responsible for the configuration file loading and environment creation.

The loader is the component that is responsible for the configuration file loading and environment creation.

trait Provider

Types

The loader requires:

The loader requires:

  • the engine in order to launch it after the environment creation.
  • the environment in order to initialize it.
  • the parser in order to parse the configuration file and check parameters errors.