public abstract static class ModuleLayerFromSingleClassLoaderDecorator.AbstractModuleFinder extends Object
This class provides the base functionality for finding modules based on their names and serves as a foundation for creating custom module finders.
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractModuleFinder(String name,
Object moduleReference)
Creates a new abstract module finder.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doFind(String name)
Finds a module by name.
|
protected Set<?> |
doFindAll()
Finds all modules managed by this finder.
|
@MaybeNull protected Object doFind(String name)
name - The module name to find.protected Set<?> doFindAll()
Copyright © 2014–2025. All rights reserved.