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, ornull
to iterate all modulesrecursive
-true
to find recursively nested modules,false
to only find immediately nested modules- Returns:
- an iterator for the modules in this module finder
-