Uses of Class
nonapi.io.github.classgraph.concurrency.WorkQueue
Packages that use WorkQueue
-
Uses of WorkQueue in io.github.classgraph
Methods in io.github.classgraph with parameters of type WorkQueueModifier and TypeMethodDescription(package private) abstract void
ClasspathElement.open
(WorkQueue<Scanner.ClasspathEntryWorkUnit> workQueue, LogNode log) Determine if this classpath element is valid.(package private) void
ClasspathElementDir.open
(WorkQueue<Scanner.ClasspathEntryWorkUnit> workQueue, LogNode log) (package private) void
ClasspathElementModule.open
(WorkQueue<Scanner.ClasspathEntryWorkUnit> workQueueIgnored, LogNode log) (package private) void
ClasspathElementZip.open
(WorkQueue<Scanner.ClasspathEntryWorkUnit> workQueue, LogNode log) void
Scanner.ClassfileScannerWorkUnitProcessor.processWorkUnit
(Scanner.ClassfileScanWorkUnit workUnit, WorkQueue<Scanner.ClassfileScanWorkUnit> workQueue, LogNode log) Process work unit.Constructors in io.github.classgraph with parameters of type WorkQueueModifierConstructorDescription(package private)
Classfile
(ClasspathElement classpathElement, List<ClasspathElement> classpathOrder, Set<String> acceptedClassNamesFound, Set<String> classNamesScheduledForExtendedScanning, String relativePath, Resource classfileResource, boolean isExternalClass, ConcurrentHashMap<String, String> stringInternMap, WorkQueue<Scanner.ClassfileScanWorkUnit> workQueue, ScanSpec scanSpec, LogNode log) Directly examine contents of classfile binary header to determine annotations, implemented interfaces, the super-class etc. -
Uses of WorkQueue in nonapi.io.github.classgraph.concurrency
Methods in nonapi.io.github.classgraph.concurrency with parameters of type WorkQueueModifier and TypeMethodDescriptionvoid
WorkQueue.WorkUnitProcessor.processWorkUnit
(T workUnit, WorkQueue<T> workQueue, LogNode log) Process a work unit.