Class EmptyCodeBase
java.lang.Object
edu.umd.cs.findbugs.classfile.impl.AbstractScannableCodeBase
edu.umd.cs.findbugs.classfile.impl.EmptyCodeBase
- All Implemented Interfaces:
ICodeBase, IScannableCodeBase, AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from interface ICodeBase
ICodeBase.Discovered -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()This method should be called when done using the code base.Get the filesystem pathname of this codebase.iterator()Get an iterator over the resources in the this code base.lookupResource(String resourceName) Look up a resource in this code base.
-
Constructor Details
-
EmptyCodeBase
-
-
Method Details
-
iterator
Description copied from interface:IScannableCodeBaseGet an iterator over the resources in the this code base.- Returns:
- ICodeBaseIterator over the resources in the code base
- Throws:
InterruptedException
-
lookupResource
Description copied from interface:ICodeBaseLook up a resource in this code base.- Parameters:
resourceName- name of the resource to look up- Returns:
- ICodeBaseEntry representing the resource or null if the resource cannot be found in this code base
-
getPathName
-
close
public void close()Description copied from interface:ICodeBaseThis method should be called when done using the code base.
-