Package edu.umd.cs.findbugs.ba
Interface SourceFinder.SourceRepository
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
SourceFinder.BlockingSourceRepository
,SourceFinder.DirectorySourceRepository
,SourceFinder.InMemorySourceRepository
,SourceFinder.ZipSourceRepository
- Enclosing class:
SourceFinder
A repository of source files.
-
Method Summary
-
Method Details
-
contains
-
isPlatformDependent
boolean isPlatformDependent() -
getDataSource
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-