Uses of Class
io.github.classgraph.ModulePathInfo
-
Packages that use ModulePathInfo Package Description io.github.classgraph nonapi.io.github.classgraph.scanspec -
-
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. -
Uses of ModulePathInfo in nonapi.io.github.classgraph.scanspec
Fields in nonapi.io.github.classgraph.scanspec declared as ModulePathInfo Modifier and Type Field Description ModulePathInfo
ScanSpec. modulePathInfo
Commandline module path parameters.
-