Interface ModuleClassLoaderFactory
public interface ModuleClassLoaderFactory
A producer for Module class loaders.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(ModuleClassLoader.Configuration configuration) Create the module class loader.
-
Method Details
-
create
Create the module class loader. If this method returnsnull, then a default implementation is used.- Parameters:
configuration- the configuration to use- Returns:
- the module class loader, or
nullto use the default
-