Package

moduload

Permalink

package moduload

Visibility
  1. Public
  2. All

Type Members

  1. trait Moduload extends AnyRef

    Permalink

    Modules to be loaded should implement this trait

    Modules to be loaded should implement this trait

    See Moduload companion for usage instructions

Value Members

  1. object Moduload

    Permalink

    Modules are defined in moduload.list files accessible to root of the classloader at runtime.

    Modules are defined in moduload.list files accessible to root of the classloader at runtime. The format for the contents of the files are line separated lists of complete class names (ex. com.company.MyModule) that implements the Moduload trait. At runtime, calling Moduload.load() will load all not previously loaded modules it can find returning a Future that represents all modules loaded state.

Ungrouped