@ParametersAreNonnullByDefault
Package edu.umd.cs.findbugs.classfile.impl
Implementations of the interfaces in the edu.umd.cs.findbugs.classfile
package: the core classes of the FindBugs classfile/classpath support
layer.
-
Class Summary Class Description AbstractScannableCodeBase Abstract base class for implementations of IScannableCodeBase.AbstractScannableCodeBaseEntry AnalysisCache Implementation of IAnalysisCache.ClassFactory Factory to create codebase/classpath/classfile objects.ClassPathBuilder Implementation of IClassPathBuilder.ClassPathImpl Implementation of IClassPath.DelegatingCodeBaseEntry Implementation of ICodeBaseEntry that delegates to another codebase entry.DelegatingCodeBaseIterator An implementation of ICodeBaseIterator that delegates to another codebase.DirectoryCodeBase IScannableCodeBase implementation to read resources from a filesystem directory.DirectoryCodeBaseEntry Codebase entry class for directory codebases.EmptyCodeBase FilesystemCodeBaseLocator Codebase locator for files and directories in the filesystem.JrtfsCodeBase Code base supporting Java 9 new jimage packed modulesJrtfsCodeBase.JrtfsCodebaseEntry NestedZipFileCodeBase A scannable code base class for a zip (or Jar) file nested inside some other codebase.NestedZipFileCodeBaseLocator Codebase locator for a zip/jar archive nested inside a parent codebase.SingleFileCodeBase Implementation of ICodeBase for a single classfile.SingleFileCodeBaseEntry Codebase entry for a single-file codebase.ZipCodeBaseFactory ZipFileCodeBase Implementation of ICodeBase to read from a zip file or jar file.ZipFileCodeBaseEntry Implementation of ICodeBaseEntry for resources in zipfile codebases.ZipInputStreamCodeBase Implementation of ICodeBase to read from a zip file or jar file.ZipInputStreamCodeBaseEntry Implementation of ICodeBaseEntry for resources in zipfile codebases.