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 |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
AbstractScannableCodeBase |
ZipInputStreamCodeBaseEntry.getCodeBase() |
AbstractScannableCodeBase |
ZipFileCodeBaseEntry.getCodeBase() |
AbstractScannableCodeBase |
DirectoryCodeBaseEntry.getCodeBase() |
abstract AbstractScannableCodeBase |
AbstractScannableCodeBaseEntry.getCodeBase() |
static AbstractScannableCodeBase |
ZipCodeBaseFactory.makeZipCodeBase(ICodeBaseLocator codeBaseLocator,
java.io.File file) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.