Uses of Enum
nonapi.io.github.classgraph.scanspec.ScanSpec.ScanSpecPathMatch
Packages that use ScanSpec.ScanSpecPathMatch
-
Uses of ScanSpec.ScanSpecPathMatch in io.github.classgraph
Methods in io.github.classgraph with parameters of type ScanSpec.ScanSpecPathMatchModifier and TypeMethodDescriptionprotected voidClasspathElement.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
Subclasses with type arguments of type ScanSpec.ScanSpecPathMatch in nonapi.io.github.classgraph.scanspecModifier and TypeClassDescriptionstatic enumWhether a path is a descendant of a rejected path, or an ancestor or descendant of an accepted path.Methods in nonapi.io.github.classgraph.scanspec that return ScanSpec.ScanSpecPathMatchModifier and TypeMethodDescriptionScanSpec.dirAcceptMatchStatus(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.ScanSpecPathMatchReturns 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.