Uses of Interface
edu.umd.cs.findbugs.classfile.IScannableCodeBase
Packages that use IScannableCodeBase
Package
Description
Implementations of the interfaces in the edu.umd.cs.findbugs.classfile
package: the core classes of the FindBugs classfile/classpath support
layer.
-
Uses of IScannableCodeBase in edu.umd.cs.findbugs.classfile.impl
Classes in edu.umd.cs.findbugs.classfile.impl that implement IScannableCodeBaseModifier and TypeClassDescriptionclass
Abstract base class for implementations of IScannableCodeBase.class
IScannableCodeBase implementation to read resources from a filesystem directory.class
class
Code base supporting Java 9 new jimage packed modulesclass
A scannable code base class for a zip (or Jar) file nested inside some other codebase.class
Implementation of ICodeBase for a single classfile.class
Implementation of ICodeBase to read from a zip file or jar file.class
Implementation of ICodeBase to read from a zip file or jar file.Fields in edu.umd.cs.findbugs.classfile.impl with type parameters of type IScannableCodeBaseModifier and TypeFieldDescriptionprivate final List
<IScannableCodeBase> ClassPathImpl.appCodeBaseList
Methods in edu.umd.cs.findbugs.classfile.impl that return IScannableCodeBaseModifier and TypeMethodDescriptionprivate static IScannableCodeBase
ClassFactory.createEmptyCodeBase
(FilesystemCodeBaseLocator codeBaseLocator, File file) (package private) static IScannableCodeBase
ClassFactory.createFilesystemCodeBase
(FilesystemCodeBaseLocator codeBaseLocator) (package private) static IScannableCodeBase
ClassFactory.createNestedZipFileCodeBase
(NestedZipFileCodeBaseLocator codeBaseLocator) Constructors in edu.umd.cs.findbugs.classfile.impl with parameters of type IScannableCodeBaseModifierConstructorDescriptionDelegatingCodeBaseIterator
(ICodeBase frontEndCodeBase, IScannableCodeBase delegateCodeBase)