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 ModulePathInfo
ClassGraph. getModulePathInfo()
Get the module path info provided on the commandline with--module-path
,--add-modules
,--patch-module
,--add-exports
,--add-opens
, and--add-reads
.ModulePathInfo
ScanResult. 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-Exports
andAdd-Opens
entries from jarfile manifest files encountered during scanning.
-