Uses of Class
nonapi.io.github.classgraph.scanspec.AcceptReject.AcceptRejectLeafname
-
Packages that use AcceptReject.AcceptRejectLeafname Package Description nonapi.io.github.classgraph.fastzipfilereader nonapi.io.github.classgraph.scanspec -
-
Uses of AcceptReject.AcceptRejectLeafname in nonapi.io.github.classgraph.fastzipfilereader
Methods in nonapi.io.github.classgraph.fastzipfilereader with parameters of type AcceptReject.AcceptRejectLeafname Modifier and Type Method Description boolean
ZipFileSlice. isAcceptedAndNotRejected(AcceptReject.AcceptRejectLeafname jarAcceptReject)
Check whether this zipfile slice and all of its parent slices are accepted and not rejected in the jarfile accept/reject criteria. -
Uses of AcceptReject.AcceptRejectLeafname in nonapi.io.github.classgraph.scanspec
Fields in nonapi.io.github.classgraph.scanspec declared as AcceptReject.AcceptRejectLeafname Modifier and Type Field Description AcceptReject.AcceptRejectLeafname
ScanSpec. jarAcceptReject
Jar accept/reject criteria (leafname only, ending in ".jar").AcceptReject.AcceptRejectLeafname
ScanSpec. libOrExtJarAcceptReject
lib/ext jar accept/reject criteria (leafname only, ending in ".jar").
-