Uses of Interface
edu.umd.cs.findbugs.ba.SourceFinder.SourceRepository
Packages that use SourceFinder.SourceRepository
Package
Description
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.SourceRepositoryModifier and TypeClassDescription(package private) static class
private static class
A directory containing source files.private static class
(package private) static class
A zip or jar archive containing source files.Fields in edu.umd.cs.findbugs.ba declared as SourceFinder.SourceRepositoryModifier and TypeFieldDescription(package private) SourceFinder.SourceRepository
SourceFinder.BlockingSourceRepository.base
Fields in edu.umd.cs.findbugs.ba with type parameters of type SourceFinder.SourceRepositoryModifier and TypeFieldDescriptionprivate List
<SourceFinder.SourceRepository> SourceFinder.repositoryList
Methods in edu.umd.cs.findbugs.ba that return SourceFinder.SourceRepositoryModifier and TypeMethodDescription(package private) SourceFinder.SourceRepository
SourceFinder.makeInMemorySourceRepository
(String url) (package private) SourceFinder.SourceRepository
SourceFinder.makeJarURLConnectionSourceRepository
(String url) Methods in edu.umd.cs.findbugs.ba with parameters of type SourceFinder.SourceRepositoryModifier and TypeMethodDescriptionvoid
SourceFinder.BlockingSourceRepository.setBase
(SourceFinder.SourceRepository base)