Uses of Class
nonapi.io.github.classgraph.scanspec.ScanSpec.ScanSpecPathMatch
-
Packages that use ScanSpec.ScanSpecPathMatch Package Description io.github.classgraph nonapi.io.github.classgraph.scanspec -
-
Uses of ScanSpec.ScanSpecPathMatch in io.github.classgraph
Methods in io.github.classgraph with parameters of type ScanSpec.ScanSpecPathMatch Modifier and Type Method Description protected void
ClasspathElement. addAcceptedResource(Resource resource, ScanSpec.ScanSpecPathMatch parentMatchStatus, boolean isClassfileOnly, LogNode log)
Add a resource discovered during the scan. -
Uses of ScanSpec.ScanSpecPathMatch in nonapi.io.github.classgraph.scanspec
Methods in nonapi.io.github.classgraph.scanspec that return ScanSpec.ScanSpecPathMatch Modifier and Type Method Description ScanSpec.ScanSpecPathMatch
ScanSpec. dirAcceptMatchStatus(java.lang.String relativePath)
Returns true if the given directory path is a descendant of a rejected path, or an ancestor or descendant of an accepted path.static ScanSpec.ScanSpecPathMatch
ScanSpec.ScanSpecPathMatch. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScanSpec.ScanSpecPathMatch[]
ScanSpec.ScanSpecPathMatch. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-