|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IScannableCodeBase | |
---|---|
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. |
Uses of IScannableCodeBase in edu.umd.cs.findbugs.classfile.impl |
---|
Classes in edu.umd.cs.findbugs.classfile.impl that implement IScannableCodeBase | |
---|---|
class |
AbstractScannableCodeBase
Abstract base class for implementations of IScannableCodeBase. |
class |
DirectoryCodeBase
IScannableCodeBase implementation to read resources from a filesystem directory. |
class |
NestedZipFileCodeBase
A scannable code base class for a zip (or Jar) file nested inside some other codebase. |
class |
SingleFileCodeBase
Implementation of ICodeBase for a single classfile. |
class |
ZipFileCodeBase
Implementation of ICodeBase to read from a zip file or jar file. |
class |
ZipInputStreamCodeBase
Implementation of ICodeBase to read from a zip file or jar file. |
Constructors in edu.umd.cs.findbugs.classfile.impl with parameters of type IScannableCodeBase | |
---|---|
DelegatingCodeBaseIterator(ICodeBase frontEndCodeBase,
IScannableCodeBase delegateCodeBase)
|
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |