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 class
SourceFinder.BlockingSourceRepository
private static class
SourceFinder.DirectorySourceRepository
A directory containing source files.private static class
SourceFinder.InMemorySourceRepository
(package private) static class
SourceFinder.ZipSourceRepository
A 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.SourceRepository
SourceFinder.BlockingSourceRepository. base
Fields 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. repositoryList
Methods in edu.umd.cs.findbugs.ba that return SourceFinder.SourceRepository Modifier and Type Method Description (package private) SourceFinder.SourceRepository
SourceFinder. makeInMemorySourceRepository(java.lang.String url)
(package private) SourceFinder.SourceRepository
SourceFinder. makeJarURLConnectionSourceRepository(java.lang.String url)
Methods in edu.umd.cs.findbugs.ba with parameters of type SourceFinder.SourceRepository Modifier and Type Method Description void
SourceFinder.BlockingSourceRepository. setBase(SourceFinder.SourceRepository base)
-