Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
DelegatingCodeBaseIterator(ICodeBase frontEndCodeBase,
IScannableCodeBase delegateCodeBase) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.