Interface SessionEnvironment.ModuleCreator
-
- Enclosing class:
- SessionEnvironment
@PublicEvolving public static interface SessionEnvironment.ModuleCreator
An interface used to createModule
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Module
create(ReadableConfig configuration, ClassLoader classLoader)
-
-
-
Method Detail
-
create
Module create(ReadableConfig configuration, ClassLoader classLoader)
- Parameters:
configuration
- The read-only configuration with which the module is created.classLoader
- The class loader with which the module is created.- Returns:
- The created module object.
-
-