edu.umd.cs.findbugs.ba
Interface SourceFinder.SourceRepository

All Known Implementing Classes:
SourceFinder.DirectorySourceRepository, SourceFinder.ZipSourceRepository
Enclosing class:
SourceFinder

private static interface SourceFinder.SourceRepository

A repository of source files.


Method Summary
 boolean contains(java.lang.String fileName)
           
 SourceFileDataSource getDataSource(java.lang.String fileName)
           
 boolean isPlatformDependent()
           
 

Method Detail

contains

boolean contains(java.lang.String fileName)

isPlatformDependent

boolean isPlatformDependent()

getDataSource

SourceFileDataSource getDataSource(java.lang.String fileName)