| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
See also the ClassGraph API overview.
Holds information about a module encountered during scanning. Obtained by calling ScanResult#getModuleInfo(moduleName) or ScanResult#getModuleInfo().
🛑 A module is only scanned if a module source was enabled before the scan: ClassGraph#enableNonSystemModules(), #enableSystemModules(), #enableModules() or #enableModuleLayers(ModuleLayer...). Nothing is scanned by default, so with none of those called there is no ModuleInfo to obtain. See Saying what to scan.
Extends ArrayList<ModuleInfo> -- unmodifiable when it came from a scan -- with the following convenience methods:
The module path itself -- the --module-path, --add-modules, --patch-module, --add-exports, --add-opens and --add-reads arguments the JVM was launched with -- is described by ModulePathInfo, which lives in the classpath-finding library. See ModulePathInfo.
| Back | FazBrowse Home | New Git URL |