Uses of Class
edu.umd.cs.findbugs.classfile.impl.ClassPathBuilder.WorkListItem
Packages that use ClassPathBuilder.WorkListItem
Package
Description
Implementations of the interfaces in the edu.umd.cs.findbugs.classfile
package: the core classes of the FindBugs classfile/classpath support
layer.
-
Uses of ClassPathBuilder.WorkListItem in edu.umd.cs.findbugs.classfile.impl
Fields in edu.umd.cs.findbugs.classfile.impl with type parameters of type ClassPathBuilder.WorkListItemModifier and TypeFieldDescriptionprivate final LinkedList<ClassPathBuilder.WorkListItem> ClassPathBuilder.projectWorkListMethods in edu.umd.cs.findbugs.classfile.impl that return types with arguments of type ClassPathBuilder.WorkListItemModifier and TypeMethodDescriptionprivate LinkedList<ClassPathBuilder.WorkListItem> ClassPathBuilder.buildFindBugsAnnotationCodebaseList()Create a worklist that will add the FindBugs lib/annotations.jar to the classpath.private LinkedList<ClassPathBuilder.WorkListItem> ClassPathBuilder.buildFindBugsFullJarCodebaseList()private LinkedList<ClassPathBuilder.WorkListItem> ClassPathBuilder.buildJSR305AnnotationsCodebaseList()Create a worklist that will add the FindBugs lib/jsr305.jar to the classpath.private LinkedList<ClassPathBuilder.WorkListItem> ClassPathBuilder.buildSystemCodebaseList()private LinkedList<ClassPathBuilder.WorkListItem> ClassPathBuilder.createFindBugsLibWorkList(String jarFileName) Methods in edu.umd.cs.findbugs.classfile.impl with parameters of type ClassPathBuilder.WorkListItemModifier and TypeMethodDescriptionprivate voidClassPathBuilder.addToWorkList(LinkedList<ClassPathBuilder.WorkListItem> workList, ClassPathBuilder.WorkListItem itemToAdd) Add a worklist item to the worklist.Method parameters in edu.umd.cs.findbugs.classfile.impl with type arguments of type ClassPathBuilder.WorkListItemModifier and TypeMethodDescriptionprivate voidClassPathBuilder.addToWorkList(LinkedList<ClassPathBuilder.WorkListItem> workList, ClassPathBuilder.WorkListItem itemToAdd) Add a worklist item to the worklist.private voidClassPathBuilder.addWorkListItemsForClasspath(LinkedList<ClassPathBuilder.WorkListItem> workList, String path) Add worklist items from given system classpath.private voidClassPathBuilder.addWorkListItemsForExtDir(LinkedList<ClassPathBuilder.WorkListItem> workList, String extDir) Add worklist items from given extensions directory.private voidClassPathBuilder.processWorkList(IClassPath classPath, LinkedList<ClassPathBuilder.WorkListItem> workList, IClassPathBuilderProgress progress) Process classpath worklist items.private voidClassPathBuilder.scanCodebase(IClassPath classPath, LinkedList<ClassPathBuilder.WorkListItem> workList, ClassPathBuilder.DiscoveredCodeBase discoveredCodeBase) Scan given codebase in order to check the codebase for nested archives (adding any found to the worklist) build a list of class resources found in the codebaseprivate voidClassPathBuilder.scanJarManifestForClassPathEntries(LinkedList<ClassPathBuilder.WorkListItem> workList, ICodeBase codeBase) Check a codebase for a Jar manifest to examine for Class-Path entries.