Uses of Class
org.jboss.jandex.ModuleInfo
-
-
Uses of ModuleInfo in org.jboss.jandex
Methods in org.jboss.jandex that return ModuleInfo Modifier and Type Method Description ModuleInfo
CompositeIndex. getModuleByName(DotName moduleName)
Gets the module that was scanned during the indexing phase.ModuleInfo
Index. getModuleByName(DotName moduleName)
Gets the module that was scanned during the indexing phase.ModuleInfo
IndexView. getModuleByName(DotName moduleName)
Gets the module that was scanned during the indexing phase.ModuleInfo
ClassInfo. module()
Returns the module information from this class if it is a module descriptor, i.e.Methods in org.jboss.jandex that return types with arguments of type ModuleInfo Modifier and Type Method Description Collection<ModuleInfo>
CompositeIndex. getKnownModules()
Gets all known modules by this index (those which were scanned).Collection<ModuleInfo>
Index. getKnownModules()
Gets all known modules by this index (those which were scanned).Collection<ModuleInfo>
IndexView. getKnownModules()
Gets all known modules by this index (those which were scanned).
-