
public interface IterableModuleFinder extends ModuleFinder
| Modifier and Type | Method and Description |
|---|---|
Iterator<ModuleIdentifier> |
iterateModules(ModuleIdentifier baseIdentifier,
boolean recursive)
Iterate the modules which can be located via this module finder.
|
findModuleIterator<ModuleIdentifier> iterateModules(ModuleIdentifier baseIdentifier, boolean recursive)
baseIdentifier - the identifier to start with, or null to iterate all modulesrecursive - true to find recursively nested modules, false to only find immediately nested modulesCopyright © 2017 JBoss by Red Hat. All rights reserved.