Uses of Interface
edu.umd.cs.findbugs.ba.SourceFinder.SourceRepository
-
Packages that use SourceFinder.SourceRepository Package Description edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. -
-
Uses of SourceFinder.SourceRepository in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement SourceFinder.SourceRepository Modifier and Type Class Description (package private) static classSourceFinder.BlockingSourceRepositoryprivate static classSourceFinder.DirectorySourceRepositoryA directory containing source files.private static classSourceFinder.InMemorySourceRepository(package private) static classSourceFinder.ZipSourceRepositoryA zip or jar archive containing source files.Fields in edu.umd.cs.findbugs.ba declared as SourceFinder.SourceRepository Modifier and Type Field Description (package private) SourceFinder.SourceRepositorySourceFinder.BlockingSourceRepository. baseFields in edu.umd.cs.findbugs.ba with type parameters of type SourceFinder.SourceRepository Modifier and Type Field Description private java.util.List<SourceFinder.SourceRepository>SourceFinder. repositoryListMethods in edu.umd.cs.findbugs.ba that return SourceFinder.SourceRepository Modifier and Type Method Description (package private) SourceFinder.SourceRepositorySourceFinder. makeInMemorySourceRepository(java.lang.String url)(package private) SourceFinder.SourceRepositorySourceFinder. makeJarURLConnectionSourceRepository(java.lang.String url)Methods in edu.umd.cs.findbugs.ba with parameters of type SourceFinder.SourceRepository Modifier and Type Method Description voidSourceFinder.BlockingSourceRepository. setBase(SourceFinder.SourceRepository base)
-