Uses of Class
io.github.classgraph.ModulePathInfo
-
-
Uses of ModulePathInfo in io.github.classgraph
Methods in io.github.classgraph that return ModulePathInfo Modifier and Type Method Description ModulePathInfoClassGraph. getModulePathInfo()Get the module path info provided on the commandline with--module-path,--add-modules,--patch-module,--add-exports,--add-opens, and--add-reads.ModulePathInfoScanResult. getModulePathInfo()Get the module path info provided on the commandline with--module-path,--add-modules,--patch-module,--add-exports,--add-opens, and--add-reads, and also theAdd-ExportsandAdd-Opensentries from jarfile manifest files encountered during scanning.
-