p
moduload
package moduload
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
Value Members
- object Moduload
Modules are defined in
moduload.listfiles accessible to root of the classloader at runtime.Modules are defined in
moduload.listfiles 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. - object Priority