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:
closein interfaceAutoCloseable- Throws:
IOException
-