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:
containsin interfaceSourceFinder.SourceRepository
-
isPlatformDependent
public boolean isPlatformDependent()- Specified by:
isPlatformDependentin interfaceSourceFinder.SourceRepository
-
getDataSource
- Specified by:
getDataSourcein interfaceSourceFinder.SourceRepository
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSourceFinder.SourceRepository- Throws:
IOException
-