Interface | Description |
---|---|
RecursiveScanner.FileMatchProcessorWrapper |
An interface called when the corresponding FilePathTester returns true.
|
RecursiveScanner.FilePathTester |
An interface used to test whether a file's relative path matches a given specification.
|
Class | Description |
---|---|
ClassInfoLinkerCaller |
Worker thread class that produces a ClassInfo object from each ClassInfoUnlinked object in the classInfoUnlinked
queue, stores the ClassInfo object in the classNameToClassInfo map, then links the ClassInfo object with the
others in the classNameToClassInfo map.
|
ClassInfoUnlinked |
Class information that has been directly read from the binary classfile, before it is cross-linked with other
classes.
|
RecursiveScanner | |
ScanSpec |
Enum | Description |
---|---|
ScanSpec.ScanSpecPathMatch |
Whether a path is a descendant of a blacklisted path, or an ancestor or descendant of a whitelisted path.
|
Exception | Description |
---|---|
ScanInterruptedException |
Copyright © 2016. All rights reserved.