Package edu.umd.cs.findbugs.ba
Class SourceFinder.ZipSourceRepository
java.lang.Object
edu.umd.cs.findbugs.ba.SourceFinder.ZipSourceRepository
- All Implemented Interfaces:
SourceFinder.SourceRepository
,AutoCloseable
- Enclosing class:
SourceFinder
static class SourceFinder.ZipSourceRepository
extends Object
implements SourceFinder.SourceRepository
A zip or jar archive containing source files.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
zipFile
ZipFile zipFile -
zipFileSystem
FileSystem zipFileSystem
-
-
Constructor Details
-
ZipSourceRepository
- Throws:
IOException
-
-
Method Details
-
contains
- Specified by:
contains
in interfaceSourceFinder.SourceRepository
-
isPlatformDependent
public boolean isPlatformDependent()- Specified by:
isPlatformDependent
in interfaceSourceFinder.SourceRepository
-
getDataSource
- Specified by:
getDataSource
in interfaceSourceFinder.SourceRepository
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSourceFinder.SourceRepository
- Throws:
IOException
-