Package org.jboss.modules
Interface IterableModuleFinder
- All Superinterfaces:
ModuleFinder
A module finder which is iterable.
-
Method Summary
Modifier and TypeMethodDescriptioniterateModules(ModuleIdentifier baseIdentifier, boolean recursive) Iterate the modules which can be located via this module finder.Methods inherited from interface org.jboss.modules.ModuleFinder
findModule
-
Method Details
-
iterateModules
Iterate the modules which can be located via this module finder.- Parameters:
baseIdentifier- the identifier to start with, ornullto iterate all modulesrecursive-trueto find recursively nested modules,falseto only find immediately nested modules- Returns:
- an iterator for the modules in this module finder
-